Advertisement
Guest User

Untitled

a guest
May 5th, 2016
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. pip3 install --user -r requirements.txt
  2. Collecting cython>=0.22 (from -r requirements.txt (line 1))
  3. Using cached Cython-0.24-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  4. Collecting pysam>=0.9.0 (from -r requirements.txt (line 2))
  5. Using cached pysam-0.9.0.tar.gz
  6. Complete output from command python setup.py egg_info:
  7. checking for gcc... gcc
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking for ranlib... ranlib
  17. checking how to run the C preprocessor... gcc -E
  18. checking for grep that handles long lines and -e... /usr/bin/grep
  19. checking for egrep... /usr/bin/grep -E
  20. checking for ANSI C header files... yes
  21. checking for sys/types.h... yes
  22. checking for sys/stat.h... yes
  23. checking for stdlib.h... yes
  24. checking for string.h... yes
  25. checking for memory.h... yes
  26. checking for strings.h... yes
  27. checking for inttypes.h... yes
  28. checking for stdint.h... yes
  29. checking for unistd.h... yes
  30. checking for stdlib.h... (cached) yes
  31. checking for unistd.h... (cached) yes
  32. checking for sys/param.h... yes
  33. checking for getpagesize... yes
  34. checking for working mmap... yes
  35. checking for gmtime_r... yes
  36. checking for zlib.h... yes
  37. checking for inflate in -lz... yes
  38. checking for curl_easy_pause in -lcurl... yes
  39. checking for CCHmac... yes
  40. configure: creating ./config.status
  41. config.status: creating config.mk
  42. config.status: creating config.h
  43. # pysam: htslib mode is separate
  44. # pysam: htslib configure options: --enable-libcurl
  45. # pysam: libcurl of builtin htslib has been enabled, adding shared libcurl and libcrypto
  46. Traceback (most recent call last):
  47. File "<string>", line 20, in <module>
  48. File "/private/var/folders/6h/z3xbm5ws0x13tjt52yqhw2ww0000gn/T/pip-build-myobxv_r/pysam/setup.py", line 290, in <module>
  49. .format(fn))
  50. ValueError: no cython installed, but can not find pysam/chtslib.c.Make sure that cython is installed when building from the repository
  51.  
  52. ----------------------------------------
  53. Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/6h/z3xbm5ws0x13tjt52yqhw2ww0000gn/T/pip-build-myobxv_r/pysam
  54. You are using pip version 7.1.2, however version 8.1.1 is available.
  55. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement