前提
mac でanaconda3をインストールしようとすると、エラーによりインストールされませんでした、とでます。
インストールし直しても、何度試しても同じことになります。
ターミナルで、python3.10.3がインストールされていることは確認しました。
さらに、python3.9もインストールしました。
その上でanacondaをインストールしようとしても、同じことが起こります。
どうしたら良いのでしょうか。初心者ですが、どうかお願いいたします。
どのような方法でインストールされているのでしょうか?
実行した「コマンド」と表示された「エラーメッセージ」を質問に追記していただけないでしょうか。
コメントありがとうございます。これと同じです。https://teratail.com/questions/230706
どの Mac のモデルに どのインストーラーを用いてインストールしようとしているのでしょうか?
また、https://www.anaconda.com/products/distribution#macos に複数のインストーラーがありますが、 Graphical Installer でうまくいかないのであれば、Command Line Installer を使うとどうなるでしょうか。
ありがとうございます。Comand line installerでインストールを試したところ、次のようにエラーが出て、やはりインストールできませんでした。
(インストーラー:64-Bit Command Line Installer (584 MB))
Unpacking payload ...
concurrent.futures.process._RemoteTraceback:
'''
Traceback (most recent call last):
File "concurrent/futures/process.py", line 384, in wait_result_broken_or_wakeup
File "multiprocessing/connection.py", line 256, 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 559, in _chain_from_iterable_of_lists
File "concurrent/futures/_base.py", line 608, in result_iterator
File "concurrent/futures/_base.py", line 445, in result
File "concurrent/futures/_base.py", line 390, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
[55044] Failed to execute script entry_point
<使用しているMacbook proの情報>
Mac OS Big Sur バージョン11.5.2
チップ Apple M1
メモリ8GB
起動ディスク Macintosh HD
シリアル番号 C02G61KVQ05G
ターミナルで、Python のバージョンが3.9.10であることは確認してあります。

回答2件
あなたの回答
tips
プレビュー