Skip to content
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

Installation Error: ImportError: DLL load Failed: The specified module could not be found #12

Open
d3netxer opened this issue Feb 21, 2020 · 0 comments

Comments

@d3netxer
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant