Skip to content

Can't install using pip install #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ioliverm opened this issue Mar 14, 2017 · 3 comments
Closed

Can't install using pip install #86

ioliverm opened this issue Mar 14, 2017 · 3 comments
Assignees

Comments

@ioliverm
Copy link

pip install plaid-python throws an exception saying:

ImportError: No module named 'requests'

@joyzheng
Copy link
Contributor

@ioliverm thanks for catching this! I'm working on a fix; in the meantime, you can work around it by installing requests before installing plaid-python: pip install requests.

@joyzheng joyzheng self-assigned this Mar 14, 2017
@ioliverm
Copy link
Author

Hi!

We tried that, the issue for us is that we install plaid-python in an automated script involving a builder docker container and using pip wheel. We tried, in that scenario, to install requests before installing plaid-python, but nothing we tried worked. In the meantime, until there's a fix, we fixed the plaid-python requirement version to 1.5.0, that works for us.

We'll look forward to hearing from you guys when the fix for 2.0.0 is ready.

Cheers!

Ivan

@michaelckelly
Copy link
Contributor

@ioliverm - Version 2.0.1 was just published and should be live on pypi shortly!

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

No branches or pull requests

3 participants