简体   繁体   中英

Permission denied when installing mlxtend (Python 3)

I am trying to install the python library mlxtend for machine learning purposes. 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. When I execute all this, the setup.py fails.

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:

我收到的错误消息

I use Python 3 in windows. Can anyone help me? I am thoroughly stuck on this issue.

Thanks in advance and best regards!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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