Advertisement
Guest User

Conda update error

a guest
Nov 20th, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. [kayah@int000 ~]$ conda update -n base -c defaults conda
  2. WARNING: The conda.compat module is deprecated and will be removed in a future release.
  3. Collecting package metadata: done
  4. Solving environment: done
  5.  
  6. ## Package Plan ##
  7.  
  8. environment location: /camp/apps/eb/software/Anaconda2/2019.03
  9.  
  10. added / updated specs:
  11. - conda
  12.  
  13.  
  14. The following packages will be downloaded:
  15.  
  16. package | build
  17. ---------------------------|-----------------
  18. conda-4.7.12 | py27_0 3.0 MB
  19. conda-package-handling-1.6.0| py27h7b6447c_0 865 KB
  20. ------------------------------------------------------------
  21. Total: 3.9 MB
  22.  
  23. The following NEW packages will be INSTALLED:
  24.  
  25. _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
  26. conda-package-han~ pkgs/main/linux-64::conda-package-handling-1.6.0-py27h7b6447c_0
  27.  
  28. The following packages will be UPDATED:
  29.  
  30. conda 4.6.11-py27_0 --> 4.7.12-py27_0
  31.  
  32.  
  33. Proceed ([y]/n)? y
  34.  
  35.  
  36. Downloading and Extracting Packages
  37. conda-package-handli | 865 KB | | 0%
  38. conda-4.7.12 | 3.0 MB | | 0%
  39.  
  40. CondaMultiError: CondaError: Failed to write to /camp/home/kayah/.conda/pkgs/conda-package-handling-1.6.0-py27h7b6447c_0.tar.bz2
  41. errno: 122
  42. CondaError: Failed to write to /camp/home/kayah/.conda/pkgs/conda-4.7.12-py27_0.tar.bz2
  43. errno: 122
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement