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

Azure 3.0.0 compatibility fix is not available in the PIP package #403

Open
benmod opened this issue Jul 26, 2018 · 3 comments
Open

Azure 3.0.0 compatibility fix is not available in the PIP package #403

benmod opened this issue Jul 26, 2018 · 3 comments

Comments

@benmod
Copy link

benmod commented Jul 26, 2018

Curren behaviour:
When installing with python3 -m pip install wal-e[azure] the version from November is installed rather than the version currently on GitHub which includes a very welcome fix for compatibility with the latest version of Azure library (rather than an old and buggy pre-release version). The README states that it depends on azure==3.0.0 but it is not the case when installed via PIP.

Expected behaviour:
When installing with python3 -m pip install wal-e[azure] the latest version (matching the readme) should be installed.

@caleno
Copy link

caleno commented Nov 29, 2018

Anyone getting this to work? Azure==4.0.0 don't work either.

"AttributeError: 'BlockBlobService' object has no attribute 'put_blob'"

@caleno
Copy link

caleno commented Nov 29, 2018

Ahh ><

pip3 install git+https://github.com/wal-e/wal-e

Solves it for now.

@ghost
Copy link

ghost commented Jan 30, 2020

When can we merge this changes into the pip repo?

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