russ- / pychallonge

Python bindings for the CHALLONGE! API
http://challonge.com/api
BSD 2-Clause "Simplified" License
49 stars 19 forks source link

can't install on pyenv on raspberry pi #13

Closed Ziggomatic closed 7 years ago

Ziggomatic commented 7 years ago

I'm using 3.6.2 pyenv on anyenv.

[5:50:17]~ >> pip install -e git+https://github.com/russ-/pychallonge                                            
Could not detect requirement name, please specify one with #egg=
[5:50:29]~ >> pip install --e git+https://github.com/russ-/pychallonge#egg=pychallonge                           
zsh: no matches found: git+https://github.com/russ-/pychallonge#egg=pychallonge
[5:50:29]~ >>       

and same error at miniconda on Windows.

Ziggomatic commented 7 years ago
setopt nonomatch
pip install iso8601

install succeed.