Innovations & Integrations (Community of Practice)

Friday 21 December 2018

Anaconda-Python Setup Records

Link to install Anaconda: https://docs.anaconda.com/free/anaconda/install/windows/


If you encounter problems below:
  • twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not installed.
just install below:
  • python.exe -m pip install PyHamcrest
If you encounter problems below:
  • Command "python setup.py egg_info" failed with error code 1 in C:\Users\yourfolder\AppData\Local\Temp\pip-install-8s57p4nw\fiona\
just install below:
  • python.exe -m pip install -I https://github.com/pypa/pip/archive/master.zip#egg=pip
  • python.exe -m pip install --upgrade setuptools
  • python.exe -m pip install ez_setup
  • python -m pip install --upgrade pip
  • python -m pip install psycopg2
  • pip install -I https://github.com/pypa/pip/archive/master.zip#egg=pip
  • pip install --upgrade google-cloud-datastore (this will prompt the PATH issue)
Still doesn't work? Try follow this (if you have install Microsoft visual studio 2017):

No comments:

Post a Comment