ModuleNotFoundError:没有名为“arcpy”的模块

ModuleNotFoundError:没有名为“arcpy”的模块

我运行了@Borealis 代码(来自这里:https://stackoverflow.com/questions/16411468/calculate-ndvi-using-python) 在 Ubuntu Mate 上,虽然我已经用这个命令安装了 arcgis:,但pip3 install arcgis我收到了这个错误:

Traceback (most recent call last):
  File "stackoverflow_code.py", line 3, in <module>
    import arcpy, string
ModuleNotFoundError: No module named 'arcpy'

知道哪里出了问题以及如何修复它吗?因为我无法在 Google 搜索中找到可靠的解决方案,所以大多数答案都与 Windows/anaconda 有关...

相关内容