I'm getting error while "pip install osmnx" Could anyone explain the problem, else, what to do? I'm using pycharm python 3.7.
Asked
Active
Viewed 728 times
0
-
Answered at https://stackoverflow.com/a/62958055/7321942 – gboeing Dec 30 '20 at 17:19
2 Answers
0
the pip install osmnx error in the pic attached has no image. Based on the search, is we need to go for osmnx package and try installation statements given conda create -n ox -c conda-forge python=3 osmnx conda config --prepend channels conda-forge the first statement built two types of interpreters.as other packages work with (conda activate ox EX,osmnx, networkx...ext) whiles others work with (conda deactivate). working with osmnx you need to conda activate ox. otherwise, conda deactivate.

Tahseen Saad
- 1
- 2
0
You have to install the required os package: "libspatialindex-dev".
After that, try again to setup OSMnx with pip.

Simone
- 1
- 1