Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. (fuel)andrewalbion@andrewalbion-VirtualBox:~$ pip install ./shotgun
  2. Exception:
  3. Traceback (most recent call last):
  4. File "/home/andrewalbion/.virtualenvs/fuel/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
  5. status = self.run(options, args)
  6. File "/home/andrewalbion/.virtualenvs/fuel/local/lib/python2.7/site-packages/pip/commands/install.py", line 257, in run
  7. InstallRequirement.from_line(name, None))
  8. File "/home/andrewalbion/.virtualenvs/fuel/local/lib/python2.7/site-packages/pip/req.py", line 172, in from_line
  9. return cls(req, comes_from, url=url, prereleases=prereleases)
  10. File "/home/andrewalbion/.virtualenvs/fuel/local/lib/python2.7/site-packages/pip/req.py", line 70, in __init__
  11. req = pkg_resources.Requirement.parse(req)
  12. File "/home/andrewalbion/.virtualenvs/fuel/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py", line 2667, in parse
  13. reqs = list(parse_requirements(s))
  14. File "/home/andrewalbion/.virtualenvs/fuel/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py", line 2605, in parse_requirements
  15. line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
  16. File "/home/andrewalbion/.virtualenvs/fuel/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py", line 2573, in scan_list
  17. raise ValueError("Expected "+item_name+" in",line,"at",line[p:])
  18. ValueError: ('Expected version spec in', './shotgun', 'at', '/shotgun')
  19.  
  20. Storing debug log for failure in /home/andrewalbion/.pip/pip.log
  21. (fuel)andrewalbion@andrewalbion-VirtualBox:~$
  22. albion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement