Advertisement
Guest User

Untitled

a guest
May 22nd, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. -sh-4.1$ ./scripts/upgrade
  2. Set up configuration files
  3. Creating required directories
  4. Pulling revision 'tip' from http://hg.nocproject.org/noc
  5. pulling from http://hg.nocproject.org/noc
  6. searching for changes
  7. adding changesets
  8. adding manifests
  9. adding file changes
  10. added 38 changesets with 91 changes to 62 files
  11. 62 files updated, 0 files merged, 5 files removed, 0 files unresolved
  12. Checking virtualenv
  13. Updating python libraries
  14. Requirement already satisfied (use --upgrade to upgrade): Mercurial>=2.5.2 in ./lib/python2.6/site-packages (from -r requirements.txt (line 1))
  15. Requirement already satisfied (use --upgrade to upgrade): psycopg2>=2.5 in ./lib/python2.6/site-packages (from -r requirements.txt (line 2))
  16. Requirement already satisfied (use --upgrade to upgrade): pymongo>=2.5.1 in ./lib/python2.6/site-packages (from -r requirements.txt (line 3))
  17. Downloading/unpacking gmpy==1.16 (from -r requirements.txt (line 4))
  18. Running setup.py egg_info for package gmpy
  19. The required versions of GMP/MPIR, MPFR, or MPC could not be
  20. found. gmpy2 requires MPFR version 3.1.0 or greater and MPC
  21. version 1.0.0 or greater. To specify a directory prefix that
  22. contains the proper versions, use the --prefix=<dir> option.
  23. Source in ./build/gmpy has the version 2.0.0, which does not match the requirement gmpy==1.16 (from -r requirements.txt (line 4))
  24. Source in ./build/gmpy has version 2.0.0 that conflicts with gmpy==1.16 (from -r requirements.txt (line 4))
  25. Storing complete log in /home/noc/.pip/pip.log
  26. upgrade: 153: Cannot update python libraries
  27. Terminating
  28. -sh-4.1$ pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement