LendingClub
LendingClub copied to clipboard
Cannot install LendingClub API
Hi, I am new to Python I am struggling to install the LendingClub API on Python. I am using Windows and have Anaconda. My question is very basic. How do I install the LendingClub API?
- I tried "pip install lendingclub" from the Anaconda Prompt but I got the message Command "python setup.py egg_info" failed with error code 1 in C:\Users\Nick\AppData\Local\Temp\pip-build-bfe6rte9\pybars\
- I tried "sudo pip install lendingclub" from the Anaconda Prompt but it did not work (looks like it is for Linux) Thanks
Unfortunately I do not use Windows, so I'm not sure I'll be able to help you much here. Have you been able to install other packages with pip? If you haven't tried any other python package, try this as an example:
pip install requests
I saw this on linux too, make sure you're using the python2 version of pip. In Arch, for me, this is pip2. Python3 fails with this error.