Home > OS >  Linux server failed to create a virtual environment
Linux server failed to create a virtual environment

Time:10-19

His success on Linux server installation Anaconda conda now want to use the create -n py36 python=3.6 create the virtual environment, the result error:
The ERROR conda. Core. Link: _execute_actions (337) : An ERROR occurred while installing a package 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main::libgcc-ng-9.1.0-hdf63c60_0'.
CondaError: always link a source that does not exist. The/home/yf anaconda3/PKGS/libgcc - ng - 9.1.0 - hdf63c60_0/lib/libasan. So. 5.0.0
Running ` conda clean - packages ` may resolve your problem.
Attempting to roll back.


CondaError: always link a source that does not exist. The/home/yf anaconda3/PKGS/libgcc - ng - 9.1.0 - hdf63c60_0/lib/libasan. So. 5.0.0
Running ` conda clean - packages ` may resolve your problem.

Specific screenshot is as follows:


  • Related