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

提供: Hideki Saito Wiki Japanese
移動先: 案内検索
(脚注)
1行目: 1行目:
 +
[[Anaconda]]の設定について。
 +
 
== Permission Denied問題 ==
 
== Permission Denied問題 ==
 
こういう問題が出る場合。<ref>[https://github.com/conda/conda/issues/5507 Fresh install of conda owned by root fails to allow standard users to make new environments]</ref>
 
こういう問題が出る場合。<ref>[https://github.com/conda/conda/issues/5507 Fresh install of conda owned by root fails to allow standard users to make new environments]</ref>

2017年7月9日 (日) 17:19時点における版

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/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

脚注

関連項目