-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error in latest version #36
Comments
Hi @OzieGamma, can you please give us more context as to what problem you're experiencing? Have you re-installed the dependencies as specified in the readme? |
In my If I switch it too |
Have you tried reinstalling in a fresh python virtual environment? |
This started happening on our CI during docker builds. We use the image |
Our dependencies via pypi will take some time to be updated, for now we recommend pulling them dependencies from this repo |
https://github.com/dowjones/dj-dna-streams-python/pull/37/files Seems to be the problem |
Hi @OzieGamma, we have upgraded all the dependencies in our last release and had them included in our |
File "/usr/local/lib/python3.10/site-packages/dnaStreaming/listener.py", line 7, in
from google import pubsub_v1
ImportError: cannot import name 'pubsub_v1' from 'google' (unknown location)
The text was updated successfully, but these errors were encountered: