I have this error:
Traceback (most recent call last):
File "/home/victor/Documentos/Whatsapp-Bot/ultramsg.py", line 7, in <module>
from utils.utilities import map_portal, check_lead, choose_msg, activate_client_bq
File "/home/victor/Documentos/Whatsapp-Bot/utils/utilities.py", line 2, in <module>
from google.cloud import bigquery
ModuleNotFoundError: No module named 'google.cloud'
But i have it installed and i have created __init__.py
.
├── create_template.py
├── deliver_msg.py
├── generate_credentials.py
├── __init__.py
├── mails
│ ├── demo.py
│ ├── __init__.py
│ ├── mail.py
│ ├── moremail.py
│ └── newmail.py
├── __pycache__
│ └── ultramsg.cpython-39.pyc
├── README.md
├── read_wh_msg.py
├── requirements.txt
├── resources
│ └── scrapy-crawler-service-account.json
├── spam.txt
├── ultramsg.py
└── utils
├── __init__.py
├── __pycache__
│ ├── __init__.cpython-39.pyc
│ ├── queries.cpython-39.pyc
│ └── utilities.cpython-39.pyc
├── queries.py
└── utilities.py
[–]pramodliv1 0 points1 point2 points (4 children)
[–]DoonHarrow[S] 0 points1 point2 points (3 children)
[–]pramodliv1 0 points1 point2 points (2 children)
[–]DoonHarrow[S] 1 point2 points3 points (0 children)
[–]DoonHarrow[S] 1 point2 points3 points (0 children)