简体   繁体   English

安装conda-forge mlxtend-安装mlxtend时出错-权限被拒绝

[英]Install conda-forge mlxtend - Error in installing mlxtend - Permission Denied

I am trying to install mlxtend from terminal by using following command. 我正在尝试使用以下命令从终端安装mlxtend。

conda install -c conda-forge mlxtend 

everything was working well until I got this following error: 一切正常,直到出现以下错误:

Solving environment: done

### Package Plan ##

environment location: /home/uay/anaconda3

added / updated specs: 
  - mlxtend


The following NEW packages will be INSTALLED:

   mlxtend: 0.13.0-py_1  conda-forge

The following packages will be UPDATED:

  conda:   4.5.4-py36_0 conda-forge --> 4.5.8-py36_1 conda-forge

Proceed ([y]/n)? y

Preparing transaction: done
Verifying transaction: done
Executing transaction: failed
ERROR conda.core.link:_execute(502): An error occurred while uninstalling package 'conda-forge::conda-4.5.4-py36_0'.

PermissionError(13, 'Permission denied')

Attempting to roll back. 试图回滚。 Rolling back transaction: done PermissionError(13, 'Permission denied') 回滚事务:完成PermissionError(13,'权限被拒绝')

I am using Linux Mint. 我正在使用Linux Mint。 Anyone had this kind of issue, kindly suggest. 有人建议,任何人都有这种问题。 Thank you. 谢谢。 Sudo command Not woking here. 须藤命令在这里不醒。

You can try an older version of this command. 您可以尝试此命令的旧版本。

conda install -c rasbt mlxtend 康达安装-c rasbt mlxtend

Change your permission for anaconda to current user. 将您对anaconda的权限更改为当前用户。 Hope it'll work. 希望它能工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM