-
Notifications
You must be signed in to change notification settings - Fork 154
arcrest_package on PyPi doesn't work with getting started example #292
Comments
Wait- I am getting this error as well. Installed through PyCharm. How does one fix this? |
is there a quick work around? Directions to install differently? This problem is on my work computer, Window 10 pro, and I am unfamiliar with how to install differently than thru PyCharm (all my previous python work was on a mac, and I had a workable understanding of that process). |
just place the arcrest and arcresthelper folders into site-packages in you python folder. |
I did that and it didn't work. |
I tested this both on 2.7 and 3.x. The version in master works fine. I think we need to update pypi with this version. @achapkowski |
I also tried installing this through PIP. It states it successfully installed Very simple sample code from here:
leads to Sample code from the Github readme:
leads to
|
the upside is that i installed from a git clone and python setup.py and everything worked fine. the downside is that the readme does not suggest that solution.
my setup:
Python 2.7.11 | Anaconda 2.3.0 (x86_64)
install using
pip install arcrest_package
the code here:
https://github.com/Esri/ArcREST#getting-started
throws the following error
The text was updated successfully, but these errors were encountered: