Advertisement
Guest User

MultiQC install error

a guest
Nov 20th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. [kayah@int000 ~]$ conda install --yes --channel bioconda --name rnaseq_pipeline multiqc
  2. WARNING: The conda.compat module is deprecated and will be removed in a future release.
  3. Collecting package metadata: done
  4. Solving environment: /
  5. Warning: 2 possible package resolutions (only showing differing packages):
  6. - anaconda::ca-certificates-2019.10.16-0
  7. - defaults::ca-certificates-2019.10.16done
  8.  
  9.  
  10. ==> WARNING: A newer version of conda exists. <==
  11. current version: 4.6.11
  12. latest version: 4.8.0rc0
  13.  
  14. Please update conda by running
  15.  
  16. $ conda update -n base -c defaults conda
  17.  
  18.  
  19.  
  20. ## Package Plan ##
  21.  
  22. environment location: /camp/home/kayah/.conda/envs/rnaseq_pipeline
  23.  
  24. added / updated specs:
  25. - multiqc
  26.  
  27.  
  28. The following packages will be downloaded:
  29.  
  30. package | build
  31. ---------------------------|-----------------
  32. singledispatch-3.4.0.3 | py27_0 15 KB
  33. ------------------------------------------------------------
  34. Total: 15 KB
  35.  
  36. The following NEW packages will be INSTALLED:
  37.  
  38. backports pkgs/main/noarch::backports-1.0-py_2
  39. backports.functoo~ pkgs/main/noarch::backports.functools_lru_cache-1.5-py_2
  40. backports_abc pkgs/main/noarch::backports_abc-0.5-py_0
  41. click pkgs/main/noarch::click-7.0-py_0
  42. functools32 pkgs/main/linux-64::functools32-3.2.3.2-py27_1
  43. futures pkgs/main/linux-64::futures-3.3.0-py27_0
  44. git pkgs/main/linux-64::git-2.23.0-pl526hacde149_0
  45. jinja2 pkgs/main/noarch::jinja2-2.10.3-py_0
  46. markupsafe pkgs/main/linux-64::markupsafe-1.1.1-py27h7b6447c_0
  47. multiqc bioconda/linux-64::multiqc-0.9.1a0-py27_4
  48. perl pkgs/main/linux-64::perl-5.26.2-h14c3975_0
  49. pyyaml pkgs/main/linux-64::pyyaml-5.1.2-py27h7b6447c_0
  50. simplejson bioconda/linux-64::simplejson-3.8.1-py27_0
  51. singledispatch pkgs/main/linux-64::singledispatch-3.4.0.3-py27_0
  52. subprocess32 pkgs/main/linux-64::subprocess32-3.5.4-py27h7b6447c_0
  53. yaml pkgs/main/linux-64::yaml-0.1.7-had09818_2
  54.  
  55. The following packages will be REMOVED:
  56.  
  57. multiqc_plugins-1.0-py36_2
  58.  
  59. The following packages will be SUPERSEDED by a higher-priority channel:
  60.  
  61. mkl-service anaconda::mkl-service-2.3.0-py36he904~ --> pkgs/main::mkl-service-2.3.0-py27he904b0f_0
  62. mkl_fft anaconda::mkl_fft-1.0.15-py36ha843d7b~ --> pkgs/main::mkl_fft-1.0.15-py27ha843d7b_0
  63. mkl_random anaconda::mkl_random-1.1.0-py36hd6b4f~ --> pkgs/main::mkl_random-1.1.0-py27hd6b4f25_0
  64. numpy anaconda::numpy-1.17.3-py36hd14ec0e_0 --> pkgs/main::numpy-1.16.5-py27h7e9f1db_0
  65. numpy-base anaconda::numpy-base-1.17.3-py36hde5b~ --> pkgs/main::numpy-base-1.16.5-py27hde5b4d6_0
  66. pandas anaconda::pandas-0.23.3-py36h04863e7_0 --> pkgs/main::pandas-0.23.3-py27h04863e7_0
  67. six anaconda::six-1.13.0-py36_0 --> pkgs/main::six-1.13.0-py27_0
  68.  
  69. The following packages will be DOWNGRADED:
  70.  
  71. certifi 2019.9.11-py36_0 --> 2019.9.11-py27_0
  72. cycler 0.10.0-py36_0 --> 0.10.0-py27hc7354d3_0
  73. htseq 0.9.1-py36h7eb728f_2 --> 0.9.1-py27h7eb728f_2
  74. kiwisolver 1.1.0-py36he6710b0_0 --> 1.1.0-py27he6710b0_0
  75. matplotlib 3.1.1-py36h5429711_0 --> 2.2.3-py27hb69df0a_0
  76. pip 19.3.1-py36_0 --> 19.3.1-py27_0
  77. pyqt 5.9.2-py36h05f1152_2 --> 5.9.2-py27h05f1152_2
  78. pysam 0.15.3-py36hda2845c_1 --> 0.15.3-py27hda2845c_1
  79. python 3.6.9-h265db76_0 --> 2.7.17-h9bab390_0
  80. setuptools 41.6.0-py36_0 --> 41.6.0-py27_0
  81. sip 4.19.8-py36hf484d3e_0 --> 4.19.8-py27hf484d3e_0
  82. tornado 6.0.3-py36h7b6447c_0 --> 5.1.1-py27h7b6447c_0
  83. wheel 0.33.6-py36_0 --> 0.33.6-py27_0
  84.  
  85.  
  86.  
  87. Downloading and Extracting Packages
  88. singledispatch-3.4.0 | 15 KB | | 0%
  89.  
  90. CondaMultiError: CondaError: Failed to write to /camp/home/kayah/.conda/pkgs/singledispatch-3.4.0.3-py27_0.tar.bz2
  91. errno: 122
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement