New to python, but I have v. 3.6.3 installed and I'm trying to install an api from github. I type "pip install lendingclub" into the command line and get the error msg:
"Command "python setup.py egg_info" failed with error code 1 in C:\Users\REDPOI~1\AppData\Local\Temp\pip-build-adfw3v8o\pybars\"
I have tried updating pip with the commands :
"pip install --upgrade setuptools"
And
"easy_install -U setuptools"
The "pip3 install" gives the same error; I tried that in case the syntax was different for the newer python version. I have the Environment variables set to be able to access python from the command line rather than the anaconda environment. Any help would be greatly appreciated. I am at a loss :/