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!