How do I install Keras and Theano in Anaconda Python on Windows?

It is my solution for the same problem Install TDM GCC x64. Install Anaconda x64. Open the Anaconda prompt Run conda update conda Run conda update –all Run conda install mingw libpython Install the latest version of Theano, pip install git+git://github.com/Theano/Theano.git Run pip install git+git://github.com/fchollet/keras.git

PackageNotInstalledError: Package is not installed in prefix

Usually this error, “PackageNotInstalledError: Package is not installed in prefix.” is because your custom environment doesn’t have the conda infrastructure. Instead, it is in your base only. To update the base environment: conda update –name base conda To see what version you have installed: conda list –name base conda example output of list; # packages … Read more

Python Pandas – Missing required dependencies [‘numpy’] 1

I had this same issue immediately after upgrading pandas to 0.19.2. I fixed it with the following install/uninstall sequence from the windows cmd line: pip uninstall pandas -y pip uninstall numpy -y pip install pandas pip install numpy This also broke my matplotlib install so I uninstalled/installed that as well. Very odd behavior for a … Read more

How to install R packages that are not available in “R-essentials”?

Now I have found the documentation: This is the documentation that explains how to generate R packages that are only available in the CRAN repository: https://www.continuum.io/content/conda-data-science Go to the section “Building a conda R package”. (Hint: As long as the R package is available under anaconda.org use this resource. See here: https://www.continuum.io/blog/developer/jupyter-and-conda-r) alistaire‘s answer is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)