worldbank / GOSTnets

Convenience wrapper for networkx analysis using geospatial information, focusing on OSM
https://worldbank.github.io/GOSTnets/
MIT License
22 stars 15 forks source link

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

Open d3netxer opened 4 years ago

d3netxer commented 4 years ago

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.