stakemachine icon indicating copy to clipboard operation
stakemachine copied to clipboard

Got an error during the install

Open Ashaman- opened this issue 8 years ago • 4 comments

Running in a Python 3.6.1 venv. I got the following error when running 'python setup.py install': Installed /home/user/.venv/stakemachine/lib/python3.6/site-packages/stakemachine-0.0.6-py3.6.egg Processing dependencies for stakemachine==0.0.6 Searching for click-datetime Reading https://pypi.python.org/simple/click-datetime/ Downloading https://pypi.python.org/packages/61/82/8f81081e0d1dad2d81fb745110d9d2c85144cca23b52c7b7da6e879c7a67/click-datetime-0.2.tar.gz#md5=a228eb52f58c8b1ebaa50e38fc81355a Best match: click-datetime 0.2 Processing click-datetime-0.2.tar.gz Writing /tmp/easy_install-7_ehpzp7/click-datetime-0.2/setup.cfg Running click-datetime-0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7_ehpzp7/click-datetime-0.2/egg-dist-tmp-l9nm2d5_ error: [Errno 2] No such file or directory: 'README.md' Not sure why it happened, but I was able to complete the installation after running 'pip install click-datetime'

Ashaman- avatar Jul 10 '17 23:07 Ashaman-

I also can reproduce this issue.

ppitonak avatar Jul 16 '17 09:07 ppitonak

It seems an issue in the manual installation of click-datetime: https://github.com/click-contrib/click-datetime/issues/1

Also from a quick search it seems that click-datetime is not used, so maybe it can just be removed from the dependencies.

Zapata avatar Jul 25 '17 21:07 Zapata

Try

pip3 install uptick

and

uptick addkey

before configuring stakemachine. uptick is a requisite https://github.com/xeroc/uptick

Methodise avatar Oct 22 '17 01:10 Methodise

try pip3 install click-datetime

dmitri-dr avatar Nov 15 '17 18:11 dmitri-dr