ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Ana on Win7 and Win10: import scipy or sklearn failed #9461

Open MHDeveloping opened 6 years ago

MHDeveloping commented 6 years ago

Actual Behavior

import of scipy and sklearn failed(file attached)

Expected Behavior

I excpect the same as it is with tensorflow and numpy

Steps to Reproduce

I just can repeat what I have done:

Anaconda or Miniconda version:

Anaconda3-5.1.0-Windows-x86_64 default installation

Operating System:

Win7 64bit and Win10 64bit

**conda info**
have no idea where to it, no idea what that means 
**conda list --show-channel-urls**
have no idea where to it, no idea what that means 
![jupyter_sklearn_scipy_left](https://user-images.githubusercontent.com/28641172/40582164-41de375e-616d-11e8-870e-639cd88be3d6.PNG)
nehaljwani commented 6 years ago

cc @goanpeca

MHDeveloping commented 6 years ago

I uninstalled Win10, reinstalled it, to have ana again really clean(just uninstall it was never enough). This time I did not call "conda update --all", it sucks takes to much time. Just passed through this commands: -python -m pip install -U pip -pip install numpy -pip install scipy -pip install -U scikit-learn

but still the same issue, scipy and sklearn failed "No Module named as..." ## import numpy works fine, as before. Its the most strange in this case, cause it was installed as the other ones.

MHDeveloping commented 6 years ago

(Whats the meaning of goanpeca? Why the Community believes, - it needs no explication?)

Here the answers for scipy, sklearn about "No module named as ...":

Thats it then, its all about it. As I sayd, nothing to think through, nothing to analyze. Just some to know

There are tones of videos showing command lines to install pip, scipy, wipy and shitty, but no video cares about the env folder.

Furthermore, all the command line installations are not needed, scipy and sklearn comes with ana, its just not taken from the tensorflow installation process.