Anaconda設定等

提供: Hideki Saito Wiki Japanese
移動先: 案内検索

Anacondaの設定について。

Permission Denied問題

こういう問題が出る場合。[1]

ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults::dbus-1.10.10-0'.
PermissionError(13, 'Permission denied')
Attempting to roll back.


PermissionError(13, 'Permission denied')

ファイルのアクセス権を設定。

sudo chmod +r /opt/anaconda3/pkgs/dbus-1.10.10-0/bin/.dbus-post-link.sh
sudo chmod +r /opt/anaconda3/pkgs/dbus-1.10.10-0/libexec/dbus-daemon-launch-helper

Windows 10でのFailed to create Anaconda menusが表示される問題

インストールの最終段階で発生。この問題が発生した場合、基本構成されるべきファイルなども設定されていないので、環境的に構築を失敗している。

回避法

コマンドプロンプトでset path=を実行後、そのプロンプトからインストーラーを開始させる。

脚注

関連項目