我一直在尝试使用Conda创建虚拟环境(Ubuntu 20.04 LTS,GNU / Linux 4.4.0),并遇到2个错误:
第一个与设置环境变量以支持CUDA有关。我尝试安装'mpiexec'以启用此选项,但是问题仍然存在。如何设置env变量?
For Linux 64, Open MPI is built with CUDA awareness but
this support is disabled by default.
To enable it, please set the environmental variable
OMPI_MCA_opal_cuda_support=true before launching your MPI
processes.
接下来,我尝试使用conda install -c conda-forge appdirs=1.4.3=py_1
来单独安装appdirs 1.4.3来解决此问题,但是我不想将Python更新到3.7(env仅在3.6中可用)。
failed
ERROR conda.core.link:_execute(502): An error occurred
while installing package 'conda-forge::appdirs-1.4.3-py_1'.
FileNotFoundError(2, "No such file or directory:
还有什么办法可以解决这个问题?非常感谢!