-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ImportError: No module named iterator for <= 0.27.0 #4122
Comments
This combination seems to work: Any tips for how to figure out which api combination work, other than trial and error? |
First: apologies. We are aware of the pain that breaking To give a practical answer to your question. You can actually see the dependencies on PyPI (but not on warehouse): You can also see them in the source at the tag corresponding to the release. |
Is there any ETA on fixing this? This is a major blocker for us as we have been using new pusub api everywhere and now can't use google storage. Thanks! |
@Marigold Can you be more specific about what you'd like to see fixed? (The output of |
Sorry @dhermes, I couldn't get it working on GCP yesterday, but the following req seems to be working after starting with fresh instance
thanks! |
Closing as working then. :-) |
I'm stilling getting this error on GAE, here's my requirement file:
|
Hello, I'm not sure if this is the best answer or if it would solve your problem, but some of the requirements are fairly old. |
Since the modules are release without semantic versions, rebuilding my stack picked up 0.28.X and fall apart since the api changes. Before I wanted to migrate I need to get it up and running again and tried to pin to google-cloud-pubsub==0.27.0 or even google-cloud-pubsub==0.26.0 but with that I get:
Any ideas?
The text was updated successfully, but these errors were encountered: