Python|shapefile库安装失败
想要安装python的shapefile库,使用
pip install shapefile
显示:
ERROR: Could not find a version that satisfies the requirement shapefile (from versions: none)
ERROR: No matching distribution found for shapefile
后来从这里发现:
应该使用:
pip install pyshp

浙公网安备 33010602011771号