ModuleNotFoundError: No module named 'google'
See original GitHub issueUsing docker run -it --rm python:3.6 bash
root@a104391a705f:/# pip install asyncio-nats-streaming
Collecting asyncio-nats-streaming
Using cached asyncio-nats-streaming-0.1.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-zh3tfsa3/asyncio-nats-streaming/setup.py", line 2, in <module>
from stan.aio.client import __version__
File "/tmp/pip-build-zh3tfsa3/asyncio-nats-streaming/stan/aio/client.py", line 5, in <module>
import stan.pb.protocol_pb2 as protocol
File "/tmp/pip-build-zh3tfsa3/asyncio-nats-streaming/stan/pb/protocol_pb2.py", line 6, in <module>
from google.protobuf.internal import enum_type_wrapper
ModuleNotFoundError: No module named 'google'
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
ImportError: No module named 'google' - Stack Overflow
I installed Python 3.5. I ran the pip install google command and verified the modules. Google was present. I installed Anaconda 3.5 and...
Read more >Modulenotfounderror: no module named google ( Solved )
Modulenotfounderror: no module named google error occurs if the google-api-python-client package is either not installed or misconfigured.
Read more >[Fixed] ModuleNotFoundError: No module named 'google'
How to Fix “ModuleNotFoundError: No module named 'google-api-python-client'” in PyCharm · Open File > Settings > Project from the PyCharm menu. · Select...
Read more >No module named 'google.cloud' in Python | bobbyhadz
To solve the Python "ModuleNotFoundError: No module named 'google.cloud'" error, install the specific google cloud module that you are importing, ...
Read more >[Python]ModuleNotFoundError: No module named 'google'
[Python]ModuleNotFoundError: No module named 'google' ... I got started to use protobuf in Python , after installed google.protobuf compiler. ... If you're using ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks wallyqs, pip-install works now!
@hidai right, nothing really holding this so just cut a release with the change tagged as
v0.1.2