You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received error when assisting a colleague who was using Anaconda on Windows 10 machine. After looking at packages using 'conda list' found out that numpy was installed via conda, and scipy was install via pip. Solution was to uninstall both, and then install scipy with conda (numpy was also installed automatically as a dependency).
Suggesting to look into moving scipy and numpy installaiton from setup.py and instead installing scipy via conda.
The text was updated successfully, but these errors were encountered:
Received error when assisting a colleague who was using Anaconda on Windows 10 machine. After looking at packages using 'conda list' found out that numpy was installed via conda, and scipy was install via pip. Solution was to uninstall both, and then install scipy with conda (numpy was also installed automatically as a dependency).
Suggesting to look into moving scipy and numpy installaiton from setup.py and instead installing scipy via conda.
The text was updated successfully, but these errors were encountered: