devopshq / youtrack

YouTrack Python 3 Client Library
https://devopshq.github.io/youtrack/
MIT License
27 stars 14 forks source link

Pip install from git repo failed #16

Closed allburov closed 6 years ago

allburov commented 6 years ago

https://asciinema.org/a/FqK4sYBYQn6bjhrST5kqdEDnZ

allburov commented 6 years ago

I try and it work. what am I doing wrong?

allburov@server:~$ python3 -mpip install git+https://github.com/devopshq/youtrack@master --user
Collecting git+https://github.com/devopshq/youtrack@master
  Cloning https://github.com/devopshq/youtrack (to master) to /tmp/pip-1bcpkjk8-build
Requirement already satisfied: httplib2 in /usr/local/lib/python3.5/dist-packages (from dohq-youtrack===0.2.1.local)
Installing collected packages: dohq-youtrack
  Running setup.py install for dohq-youtrack ... done
Successfully installed dohq-youtrack-0.2.1.local
You are using pip version 9.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.