简体   繁体   English

安装mlxtend时拒绝权限(Python 3)

[英]Permission denied when installing mlxtend (Python 3)

I am trying to install the python library mlxtend for machine learning purposes. 我正在尝试安装python库mlxtend用于机器学习目的。 I have tried several solutions, including: 我尝试了几种解决方案,包括:

pip install mlxtend
easy_install mlxtend

I also have read all the threads r regarding similar errors with no success. 我也读过关于类似错误的所有线程r但没有成功。 When I execute all this, the setup.py fails. 当我执行所有这些时,setup.py失败。

When I finally try to execute the setup.py that I downloaded directly from the library zip (I opened the cmd in the library unzipped window), I got this error message: 当我最终尝试执行我直接从库zip下载的setup.py时(我在库解压缩窗口中打开了cmd),我收到此错误消息:

我收到的错误消息

I use Python 3 in windows. 我在Windows中使用Python 3。 Can anyone help me? 谁能帮我? I am thoroughly stuck on this issue. 我完全坚持这个问题。

Thanks in advance and best regards! 在此先感谢您的问候!

我能够按照这篇文章中的说明解决这个问题: 导入oct2py表示访问被拒绝

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

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