woodcrafty/PyETo

pyeto install ERROR

divyadeySk opened this issue · 3 comments

I cannot install the pyeto package using 'pip install pyeto' from Jupyter.
image
Please resolve.

I am facing the same error for:
pip install pyeto
or
conda install pyeto
or
!pip install pyeto

Try the following:

pip install git
pip install git+https://github.com/woodcrafty/PyETo.git

OR if you are using the Anaconda prompt:

conda install pip git
pip install git+https://github.com/woodcrafty/PyETo.git

Duplicate of #3