「Anaconda設定等」の版間の差分

提供: Hideki Saito Wiki Japanese
移動先: 案内検索
(ページの作成:「== Permission Denied問題 == こういう問題が出る場合。 <pre> ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults...」)
(相違点なし)

2017年7月8日 (土) 00:08時点における版

Permission Denied問題

こういう問題が出る場合。

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/anaconda/pkgs/dbus-1.10.10-0/bin/.dbus-post-link.sh
sudo chmod +r /opt/anaconda/pkgs/dbus-1.10.10-0/libexec/dbus-daemon-launch-helper

参考