I tried to import the shapefile into anaconda spyder, but there are problems
ModuleNotFoundError: No module named ‘shapefile’
Am I missing something here, and should I try all the matches from PyPi search without any reason? I’m a little lost here…
>Solution :
before you run import shapefile, you must to do install pyshp using
conda install -c conda-forge pyshp
in your command prompt and wait until the installation process is complete