克隆环境到新环境中去遇到的问题以及解决方法

conda create -n 新环境名字 --clone 就环境名字

 出现这种问题的,请按照位置给他改名字。或者移走,改名字保险点。然后就解决了。

ARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(144): Could not remove or rename /home/ubuntu/anaconda3/pkgs/_openmp_mutex-4.5-1_gnu/lib/libgomp.so.1.  Please remove this file manually (you may need to reboot to free file handles)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(144): Could not remove or rename /home/ubuntu/anaconda3/pkgs/_openmp_mutex-4.5-1_gnu/info/test/run_test.sh.  Please remove this file manually (you may need to reboot to free file handles)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(144): Could not remove or rename /home/ubuntu/anaconda3/pkgs/_openmp_mutex-4.5-1_gnu/info/recipe/parent/tests/fortomp/test_fort.sh.  Please remove this file manually (you may need to reboot to free file handles)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(144): Could not remove or rename /home/ubuntu/anaconda3/pkgs/_openmp_mutex-4.5-1_gnu/info/recipe/parent/tests/fortomp/CMakeLists.txt.  Please remove this file manually (you may need to reboot to free file handles)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(144): Could not remove or rename /home/ubuntu/anaconda3/pkgs/_openmp_mutex-4.5-1_gnu/info/recipe/parent/tests/aligned_alloc.cpp.  Please remove this file manually (you may need to reboot to free file handles)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(144): Could not remove or rename /home/ubuntu/anaconda3/pkgs/_openmp_mutex-4.5-1_gnu/info/recipe/parent/tests/aligned_alloc.c.  Please remove this file manually (you may need to reboot to free file handles)
 

你可能感兴趣的:(深度学习)