TypeError: __init__() 缺少 1 个必需的位置参数:'msg' 每次我尝试在 macbook 上下载 anaconda3 时

hon*_*try 8 python python-3.x anaconda anaconda3

我正在尝试下载 64 位 mac OS Catalina 的 anaconda3 终端版本以用于 python 3.7,但我不断遇到错误:

Unpacking payload ...
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.
[16126] Failed to execute script entry_point
Run Code Online (Sandbox Code Playgroud)

我想做的就是在我的笔记本电脑上安装 anaconda3 以用于仅在 python 3.7 上运行的情绪分析程序(否则我会使用 google colab)。这是我第一次尝试在终端上运行 python,这真是令人头疼。我不知道出了什么问题。如果没有 anaconda,我无法访问 jupyter 笔记本,并且 anaconda 拒绝正确安装。任何帮助将不胜感激,这让我发疯。

有没有更好的应用程序可以让我使用 python 3.7 而不必经历这种痛苦???非常令人沮丧。

Kam*_*ini 9

您似乎空间不足