Advertisement
Guest User

Untitled

a guest
Oct 29th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1.  
  2. src/gmpy.c:6324: error: ‘PympzObject’ has no member named ‘z’
  3.  
  4. src/gmpy.c:6337: warning: implicit declaration of function ‘mpf_urandomb’
  5.  
  6. src/gmpy.c:6337: error: ‘PympfObject’ has no member named ‘f’
  7.  
  8. src/gmpy.c:6342: error: ‘PympfObject’ has no member named ‘f’
  9.  
  10. error: command 'gcc' failed with exit status 1
  11.  
  12. ----------------------------------------
  13. Cleaning up...
  14. Command /opt/noc/bin/python -c "import setuptools;__file__='/opt/noc/build/gmpy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zBldIJ-record/install-record.txt --single-version-externally-managed --install-headers /opt/noc/include/site/python2.6 failed with error code 1 in /opt/noc/build/gmpy
  15. Traceback (most recent call last):
  16. File "./bin/pip", line 9, in <module>
  17. load_entry_point('pip==1.4.1', 'console_scripts', 'pip')()
  18. File "/opt/noc/lib/python2.6/site-packages/pip/__init__.py", line 148, in main
  19. return command.main(args[1:], options)
  20. File "/opt/noc/lib/python2.6/site-packages/pip/basecommand.py", line 169, in main
  21. text = '\n'.join(complete_log)
  22. UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 67: ordinal not in range(128)
  23. upgrade: 180: Cannot update python libraries
  24. Terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement