67392/failed-dynamic-link-library-initialization-routine-failed
Hi Guys,
I tried to import tensorflow module, but It shows me the below error.
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
How can I solve this error?
Hi@akhtar,
This problem is related to version. Follow the below given steps.
Create one environment and install latest version of python.
$ conda create -n tensorflow pip python=3.6
Use tensorflow environment.
$ activate tensorflow
Install tensorflow
$ pip install --ignore-installed --upgrade tensorflow==1.9
Let us consider the following example. Suppose a ...READ MORE
Try something like this: df.values array([[nan, 0.2, nan], ...READ MORE
Assuming X_test is a pandas dataframe, you ...READ MORE
The logic here is simple. Apply Markov Property ...READ MORE
suppose you have a string with a ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
Hi@akhtar, If you stored the complete model, not ...READ MORE
Hi@akhtar, You need to install a GUI toolkit, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.