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

提供: Hideki Saito Wiki Japanese
移動先: 案内検索
(ページの作成:「== Permission Denied問題 == こういう問題が出る場合。 <pre> ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults...」)
 
1行目: 1行目:
 
== 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>
 
<pre>
 
<pre>
 
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults::dbus-1.10.10-0'.
 
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults::dbus-1.10.10-0'.
17行目: 17行目:
 
</pre>
 
</pre>
  
===参考===
+
===脚注===
* [https://github.com/conda/conda/issues/5507 Fresh install of conda owned by root fails to allow standard users to make new environments]
+
<references/>
  
 +
==関連項目==
 +
* [[Jupyter設定等]]
  
 
[[Category:技術]]
 
[[Category:技術]]

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

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

脚注

関連項目