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

后端 未结 2 548
我寻月下人不归
我寻月下人不归 2020-11-30 15:01

I have used a fresh anaconda install to download and install all the required modules for osnmx library but I got the following error:

2条回答
  •  臣服心动
    2020-11-30 16:07

    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
    

提交回复
热议问题