Cannot import name 'CRS' from 'pyproj' for using the osmnx library

谁都会走 提交于 2020-02-25 03:42:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!