pyeto
sumeshsheoran opened this issue · 5 comments
sumeshsheoran commented
no module name pyeto !!!!!!!!!
pls solve this problem
brycejohnston commented
You will have to clone this repository and import the pyeto module from its path on your system in your project.
KiranPrajapati345 commented
no module name pyeto. I am using python 3.5.2.
I tried
python3 -m pip install pyeto
pip3 install pyeto
pip install pyeto
Please help how to install this package.
spacekace commented
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
Gandome commented
Thanks it has worked for me...