Windows 10 Installation #601
RichardScottOZ
started this conversation in
General
Replies: 1 comment
-
installing m2w64toolchain and mkl-service is only necessary for using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just trying again - install libpython m2w64toolchain
then theano
then mkl-service
then upgrade theano via pip
then came across this dll error conda/conda#6396 (comment)
conda/conda#6396
Comment on #6396 scipy - ImportError: DLL load failed: The specified module could not be found.
https://github.com/conda/conda|conda/condaconda/conda | Dec 8th, 2017 | Added by GitHub
#6396 scipy - ImportError: DLL load failed: The specified module could not be found.
https://github.com/conda/conda|conda/condaconda/conda | Dec 5th, 2017 | Added by GitHub
then installed jupyter - which presumably snagged the conda scipy/numpy again - so had to redo the above force remove scipy/numpy from conda and install via pip again
e.g. each conda install of something relevent to them might make you do it again to get it to work
for reference, if trying this again in a year
Beta Was this translation helpful? Give feedback.
All reactions