Skip to content
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

Compatibility with awsebcli #19

Closed
lodb opened this issue Apr 23, 2019 · 1 comment
Closed

Compatibility with awsebcli #19

lodb opened this issue Apr 23, 2019 · 1 comment

Comments

@lodb
Copy link

lodb commented Apr 23, 2019

There are requirement incompatibilities with the awsebcli package from amazon. I'm not sure if this has an easy fix or pysnooper really needs the specified versions of future and six:

awsebcli 3.15.0 has requirement future<0.17.0,>=0.16.0, but you'll have future 0.17.1 which is incompatible.
awsebcli 3.15.0 has requirement six<1.12.0,>=1.11.0, but you'll have six 1.12.0 which is incompatible.

@cool-RR
Copy link
Owner

cool-RR commented Apr 23, 2019

I understand the problem. I don't think it's worthwhile to fix on PySnooper's end, because awsebcli is insisting on older versions, and other packages might insist on even older versions.

What you can do is install PySnooper manually by downloading and running python setup.py install. That'll likely work.

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

2 participants