Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [root@localhost SPECS]# pytest
  2. Traceback (most recent call last):
  3. File "/usr/bin/pytest", line 5, in <module>
  4. from pkg_resources import load_entry_point
  5. File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3011, in <module>
  6. parse_requirements(__requires__), Environment()
  7. File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve
  8. raise DistributionNotFound(req)
  9. pkg_resources.DistributionNotFound: py>=1.4.29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement