JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)
GNU General Public License v2.0
81 stars 28 forks source link

No module named numpy #12

Closed ishiland closed 6 years ago

ishiland commented 6 years ago

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

JamesRamm commented 6 years ago

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.

ishiland commented 6 years ago

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.