JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named numpy

ishiland opened this issue · comments

Im getting No module named numpy when setting up virtual environments. Is there a reason its not in setup.py as a dependency?

Yes,
Numpy is not a direct dependency of archook. It's a dependency of arcpy itself.
I'm happy to consider arguments one way or the other as to whether archook should install arcpy dependencies itself.

Sorry, I didn't see the previously closed issue. Its not a big deal for my use case so I will close this and leave the decision to you. Thanks.