Linux 如何在网络驱动器上安装conda?

Linux 如何在网络驱动器上安装conda?,linux,networking,anaconda,conda,package-management,Linux,Networking,Anaconda,Conda,Package Management,为了避免512gb本地驱动器上的空间不足,我的团队希望将conda及其所有包移到我们的一个网络驱动器(cifs)上。我尝试了标准安装 sudobash Miniconda3-py39_4.9.2-Linux-x86_64.sh 然而,我明白了 Could not remove or rename /media/path/to/miniconda3/pkgs/openssl-1.1.1i-h27cfd23_0gri1_w7m/pkg-openssl-1.1.1i-h27cfd23_0.tar.zs

为了避免512gb本地驱动器上的空间不足,我的团队希望将conda及其所有包移到我们的一个网络驱动器(cifs)上。我尝试了标准安装
sudobash Miniconda3-py39_4.9.2-Linux-x86_64.sh

然而,我明白了

Could not remove or rename /media/path/to/miniconda3/pkgs/openssl-1.1.1i-h27cfd23_0gri1_w7m/pkg-openssl-1.1.1i-h27cfd23_0.tar.zst.  Please remove this file manually (you may need to reboot to free file handles)
concurrent.futures.process._RemoteTraceback:                                                        
'''
Traceback (most recent call last):
  File "concurrent/futures/process.py", line 368, in _queue_management_worker
  File "multiprocessing/connection.py", line 251, in recv
TypeError: __init__() missing 1 required positional argument: 'msg'
'''

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "entry_point.py", line 69, in <module>
  File "concurrent/futures/process.py", line 484, in _chain_from_iterable_of_lists
  File "concurrent/futures/_base.py", line 611, in result_iterator
  File "concurrent/futures/_base.py", line 439, in result
  File "concurrent/futures/_base.py", line 388, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
[21483] Failed to execute script entry_point
如果可能的话,我们非常感谢您对如何做这件事的任何帮助

concurrent.futures.process._RemoteTraceback:                                                        
'''
Traceback (most recent call last):
  File "concurrent/futures/process.py", line 368, in _queue_management_worker
  File "multiprocessing/connection.py", line 251, in recv
TypeError: __init__() missing 1 required positional argument: 'msg'
'''

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "entry_point.py", line 69, in <module>
  File "concurrent/futures/process.py", line 484, in _chain_from_iterable_of_lists
  File "concurrent/futures/_base.py", line 611, in result_iterator
  File "concurrent/futures/_base.py", line 439, in result
  File "concurrent/futures/_base.py", line 388, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
[22748] Failed to execute script entry_point