-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Cannot use smart_open.s3.iter_bucket
because of missing boto
dependancy.
#468
Comments
Thank you for letting us know. We've released version 1.11.1 to deal with this problem. Please upgrade. |
@mpenkov how come the testing system did not catch this? Did the recent refactoring break the CI? |
I'm not sure how the tests missed this. The refactoring did not break CI. The builds pass. |
Scary. |
I looked into the logs some more. One of the test dependencies had a dependency on boto, so it was getting installed that way.
|
Fixes: - piskvorky#391 - piskvorky#409 Related to: - piskvorky#413 - piskvorky#468 - piskvorky#408
Problem description
It seems that
1.11
causes import problems withboto
.boto
does not seem to appear as a dependancy for the package anymore, while it is still imported insmart_open.s3
. That does not throw an error when installing but does when I try to usesmart_open.s3.iter_bucket
.Steps/code to reproduce the problem
I've made the following to be sure, on a brand new virtual environment
With
test-import.py
being :Here is the result from
python3 test-import.py
:Versions
Please provide the output of:
The above import of smart_open does not work either, but I'm using version
1.11.0
Checklist
Before you create the issue, please make sure you have:
The text was updated successfully, but these errors were encountered: