Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Installing LendingClub in Python 3.8 #29

Open
Coding4CodingFun opened this issue Nov 27, 2019 · 2 comments
Open

Installing LendingClub in Python 3.8 #29

Coding4CodingFun opened this issue Nov 27, 2019 · 2 comments

Comments

@Coding4CodingFun
Copy link

I am unable to install the LendingClub module. I was on an older version of Python on Windows 10. I upgraded to Python 3.8. I upgraded pip. I still get this error by using

pip install lendingclub or pip3 install lendingclub

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command

I'm new to coding and Python and muddling my way through :)

@anthonymorast
Copy link

I know it's a little late but for anyone else wondering, it looks like this library was built for Python 2.x based on the setup data in setup.py

For me, the install is failing when trying to install pybars. In Python 3 I think the real library is pybars3. Not sure if that helps anyone.

I'm very interested in using this myself and plan on trying to port to python 3.x if not done already.

@jgillick
Copy link
Owner

Yes, this library was written for Python2. I am also no longer actively maintaining this library. If anyone wants to take an attempt at upgrading it to Python3, I will gladly merge the pull request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants