问题
I have used a fresh anaconda install to download and install all the required modules for osnmx library but I got the following error:
回答1:
I have had the same issue and turned out that it did not like the latest release of osmnx (0.11.3). It could be that that version is unstable as its new (9th January 2020).
I have sort out the issue by uninstalling the osmnx 0.11.3
conda uninstall osmnx
and forcing to install the osmnx 0.11 version
pip install osmnx==0.11
来源:https://stackoverflow.com/questions/59658167/cannot-import-name-crs-from-pyproj-for-using-the-osmnx-library