You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Was waiting for an API like this one to come out so I can make an interactive map with arcgis. I am unexperienced though with using API like this one and running trouble setting it up.
While doing project setup steps, I could not get > ./project-setup to do anything, checked and file is empty. Then I tried to do step by step and got stuck in Install pre-commit hooks: pipenv run pre-commit install. Error: the command pre-commit could not be found within PATH or Pipfile's [scripts].
Python -v 2.7
Python3 -v 3.8
pip --version
pip 20.0.2 from /Library/Python/2.7/site-packages/pip-20.0.2-py2.7.egg/pip (python 2.7)
pip3 --version
pip 19.2.3 from /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)
pipenv --version
pipenv, version 2018.11.26
Any help is welcomed, appreciate it beforehand. Just want to get calls to work so I can apply it to map.
The text was updated successfully, but these errors were encountered:
Hi! Was waiting for an API like this one to come out so I can make an interactive map with arcgis. I am unexperienced though with using API like this one and running trouble setting it up.
While doing project setup steps, I could not get
> ./project-setup
to do anything, checked and file is empty. Then I tried to do step by step and got stuck in Install pre-commit hooks:pipenv run pre-commit install
. Error: the command pre-commit could not be found within PATH or Pipfile's [scripts].pip 20.0.2 from /Library/Python/2.7/site-packages/pip-20.0.2-py2.7.egg/pip (python 2.7)
pip 19.2.3 from /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)
pipenv, version 2018.11.26
Any help is welcomed, appreciate it beforehand. Just want to get calls to work so I can apply it to map.
The text was updated successfully, but these errors were encountered: