-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keras installation get error that the system was unable to find the specified registry key or value #13209
Comments
I met a similar problem even though I still can use python and other packages. |
It seems to be calling the compiler from VS 2015 (version 14), exclusively ? |
Same error for me. I still can use Python but I am not able to launch Spyder anymore |
I am having the same issue, has anyone else found a work around? @dmariko-yseop were able you selectively install VS 2015 version 14 and then get it to install? |
This even happens when you try and just install theano without keras. |
Same issue here as well. |
Any solution for this? I am also facing the same issue. |
same problem with me. Please any solution? |
Hi!
In [1]: """ Ceci est un script temporaire. from keras.models import Sequential In [2]: I guess it worked and the issue was the VSINSTALLDIR not being initialised in my environment variable |
well this was what worked for me
and then install backend engines like TensorFlow, Theano, or CNTK if you haven't
then install keras
|
same issue. some things are working, but I get strange cuda errors |
@naomifridman did you install Cuda from vscode terminal? |
I solved the problem by doing a factory reset to my pc in order to uninstall cuda, cudnn, vs2015 cause there was a conflict between versions. then, i installed python3.6 ,VS2017 with VC++2015 TOOLSET, CUDA10.0 and Cudnn7.4.1. |
EDIT: |
try update your conda by:- conda update -n base -c defaults conda |
this video explains a very simple way: only go for some commands 1- conda create --name deeplearning 4-conda install jupyter |
I just had the same issue. OS: windows 10 |
I have the same issue but i did not install theano. rather i already installed tensorflow and got the same issue when i installed keras |
Close Anaconda Navidator and kill python running process. |
Thanks |
simple pip install keras worked for me |
I am able to solve this issue after installing VS 2015 and also C# Tools which is part of VS2015 is needed for vcvarsall.bat, C# is not part of default installation. Below urls can be used to download VS 2015 community edition. https://stackoverflow.com/questions/44290672/how-to-download-visual-studio-community-edition-2015-not-2017 |
as per comment from @dian-ai, using |
launch Anaconda navigator-->under environments tab --> select uninstalled from the dropdown--> then search for the installed Visual studio version VS and enable it.. apply and exit |
installing keras from anaconda prompt worked for me, i was running into the problem while using powershell in windows10 |
For what is worth I had the same problem installing Keras in Anaconda. I installed TensoFlow and then Keras, in PyCharm, which was using the same Anaconda Enviroment |
this worked for me. thanks for sharing |
OS: Windows10
python: 3.6.8
conda: 4.5.4
To reproduce:
conda activate <my_environment>
conda install -c conda-forge keras
Output:
The text was updated successfully, but these errors were encountered: