0

ImportError Traceback (most recent call last) in ----> 1 import geopandas as gpd 2 import matplotlib as plt 3 import pandas as pd

ImportError: cannot import name 'pyproj_datadir' from 'pyproj.datadir' (C:\Users\hoda0\anaconda3\lib\site-packages\pyproj\datadir.py)

try install pandas !conda install -c conda-forge geopandas

  • Hey, this is often a problem based on the versions of the packages your spatial data processing packages. Try to make a new virtual environment and install everything with anaconda. – jhmt Apr 08 '23 at 16:52

0 Answers0