LendingClub icon indicating copy to clipboard operation
LendingClub copied to clipboard

Cannot install LendingClub API

Open nrumigny opened this issue 8 years ago • 2 comments

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

nrumigny avatar Jun 20 '17 00:06 nrumigny

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

jgillick avatar Jun 21 '17 18:06 jgillick

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.

MicahStevens avatar Nov 05 '17 23:11 MicahStevens