Skip to main content

All Questions

Tagged with
0 votes
0 answers
301 views

Can't install module osmnx

I'm quite a newbie so I apologise if this is a dumb question. I am trying to install the module osmnx, I ran: pip3 install osmnx and got the following error: WARNING: Discarding https://files....
Ken's user avatar
  • 59
0 votes
0 answers
35 views

ModuleNotFoundError after installing from github

I installed the OSMNX package from GitHub with pip using pip install git+git://github.com/gboeing/osmnx.git and I confirmed OSMNX was installed as it showed up on pip list. However, when trying to ...
H. Khan's user avatar
  • 123
2 votes
1 answer
1k views

Unable to install osmnx

I am trying to install osmnx library in linux using pip and I get below error. # pip3 install osmnx Collecting osmnx Using cached osmnx-0.16.1-py2.py3-none-any.whl (87 kB) Requirement already ...
mockash's user avatar
  • 1,350
0 votes
1 answer
995 views

Error messages when installing OSMnx and GeoPandas

Hello I am trying to install OSMnx and GeoPandas using pip install osmnx and pip install geopandas (according to this link: https://geoffboeing.com/2016/11/osmnx-python-street-networks/) It says that ...
Mechatrnk's user avatar
  • 111
0 votes
1 answer
2k views

How to Install Geopandas on Windows 10 Using pip

In the interest of having a working solution accepted on Stack overflow with as much info as possible on the issues that come up with using pip to install Geopandas or a package like OSMnx that ...
Hugh_Kelley's user avatar
  • 1,016
1 vote
1 answer
3k views

Install OSMNX errors

I tried to install osmnx by pip but confronted this error: from fiona.ogrext import Iterator, ItemsIterator, KeysIterator ImportError: DLL load failed: The specified module could not be found. this ...
Elmira Berjisian's user avatar
1 vote
3 answers
5k views

pip install osmnx giving error code 1

I am trying to install osmnx using the command python -m pip install osmnx but it gives the following error: 'Command "python setup.py egg_info" failed with error code 1 in C:\Users\myname\AppData\...
Amat's user avatar
  • 401