79756764

Date: 2025-09-05 12:23:24
Score: 1.5
Natty:
Report link

How exactly did you create the virtual environment and how did you install the google-cloud-storage package? Did you activate the environment before executing the code?

I tried it in my WSL2 (Ubuntu) and it works:

$ mkdir test
$ cd test
$ python -m venv env
$ . env/bin/activate
$ pip install google-cloud-storage
$ echo "from google.cloud import storage" > test.py
$ python test.py
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: fabriceb