Skip to content

AttributeError: module 'pyproj' has no attribute 'CRS' #2

Answered by HowcanoeWang
HowcanoeWang asked this question in Q&A
Discussion options

You must be logged in to vote

using to following script to check your pyproj version:

> conda list
...
pyparsing                 2.4.7                      py_0
pyproj                    2.6.1.post1              pypi_0    pypi
...

sometimes it happens in conda environment, please update pyproj to latest version by pip

> pip install pyproj -U

it may help to fix this problem

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HowcanoeWang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant