RuntimeError: b'no arguments in initialization list'

前端 未结 7 1414
无人共我
无人共我 2020-12-17 00:40

I\'m trying to solve my issue in my own but I couldn\'t, I\'m trying to run this code in every format you can imagine and in ArcGIS pro software it\'s the same I can\'t find

相关标签:
7条回答
  • 2020-12-17 01:28

    The problem is problably within the pyproj instalation of Anaconda on Windows platform. Just like Stephen said, solution is to edit the path in "datadir.py" (located in ...Anaconda3\Lib\site-packages\pyproj).

    Correct path is ".../Anaconda3/Library/share". Make sure full path is complete (may contain username etc.). I also needed to change \ to /. This change worked for me. Yes and after this change, it is necesary to restart Spyder (or whatever you use).

    0 讨论(0)
提交回复
热议问题