1

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:

Error message I got

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

Thanks in advance and best regards!

Gabriela M
  • 605
  • 1
  • 10
  • 25

1 Answers1

0

I was able to fix this issue by following the instruction in this post: Import oct2py says access is denied

Steve Lee
  • 91
  • 1
  • 5