无法在Mint Linux上安装miniconda

2024-05-08 18:25:46 发布

您现在位置:Python中文网/ 问答频道 /正文

我今天早上(11月18日)在网站上下载了minicondaMiniconda3-latest-Linux-x86_64.sh
我可以把它安装在CentOS 8上,但不能安装在MintLinux19.1上。在

错误消息:

$ ./Miniconda3-latest-Linux-x86_64.sh 

Welcome to Miniconda3 4.7.12

In order to continue the installation process, please review the license agreement. Please, press ENTER to continue
>>> 
        LICENSE TEXT REMOVED <----------------------

Do you accept the license terms? [yes|no] [no] >>> yes

Miniconda3 will now be installed into this location: /home/USER/miniconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/USER/miniconda3] >>> /home/USER/miniconda3-linux PREFIX=/home/USER/miniconda3-linux 
Unpacking payload ... 
concurrent.futures.process._RemoteTraceback:                           
''' Traceback (most recent call last):   
    File "concurrent/futures/process.py", line 367, 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 76, in <module>   
  File "concurrent/futures/process.py", line 483, in
_chain_from_iterable_of_lists   
  File "concurrent/futures/_base.py", line 598, in result_iterator   
  File "concurrent/futures/_base.py", line 435, in result   
  File "concurrent/futures/_base.py", line 384, in
__get_result concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly 
  while the future was running or pending. [3596] Failed to execute script entry_point

我尝试了:

  • 由于默认的python链接(/usr/bin/python)指向2.7,所以我将链接替换为指向3.6。没有帮助。在
  • Mint$(uname-a):Linux mb-mint19 4.15.0-55-generic#60 Ubuntu SMP 7月2日星期二18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • 造币厂版本:19.1(泰莎)
  • CentOS$(uname-a):Linuxlocalhost.localdomain4.18.0-80.11.2.el8_0.x86_64#1 SMP 9月24日星期二11:32:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • CentOS版本:8(核心)
  • 我查看了代码,但没有在这些Python文件中找到错误(我不是Python的专家)。在

Tags: thetoinpyhomelinuxlineprocess