0

enter image description here

I'm getting error while "pip install osmnx" Could anyone explain the problem, else, what to do? I'm using pycharm python 3.7.

enter image description here

Barbora
  • 921
  • 1
  • 6
  • 11

2 Answers2

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.

0

You have to install the required os package: "libspatialindex-dev".

After that, try again to setup OSMnx with pip.

Simone
  • 1
  • 1