Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Question about numpy #165

Closed jessnoo closed 8 years ago

jessnoo commented 8 years ago

Hiyas --

I'm working on some testing with ArcREST and no ArcGIS Desktop install -- so, on a clean machine, I installed Python 3.4.4 and went through the ArcREST install steps, but got an error about numpy.

image

Wanted to check in on this -- perhaps I've missed a configuration step... ?

thank yoU!

@jmhauck

MikeMillerGIS commented 8 years ago

Numpy is required, can you run a pip install of it?

jessnoo commented 8 years ago

Yep, I can do that.

jessnoo commented 8 years ago

installing numpy with pip worked -- would it make sense (or even be possible) to include it in the requirements.txt?

MikeMillerGIS commented 8 years ago

Will update the readme, thanks

MikeMillerGIS commented 8 years ago

Readme updated and setup updated