I've rerun pip install
# python
f
I've rerun pip install
b
did you run the
pip install
inside your virtualenv?
Copy code
venv/bin/pip3 list
should tell you
f
(venv) C:\Users\perry_000\OneDrive\Pictures\Documents\dev\teluu-adm-functions\clearbooks>pip3 list
Package Version ----------------- ------- Arpeggio 1.10.1 astroid 2.4.2 attrs 20.3.0 colorama 0.4.3 dill 0.3.3 grpcio 1.37.0 isort 5.5.2 lazy-object-proxy 1.4.3 mccabe 0.6.1 parver 0.3.1 pip 20.2.3 protobuf 3.15.7 pulumi 2.24.1 pulumi-gcp 4.19.0 pylint 2.6.0 PyYAML 5.4.1 semver 2.13.0 six 1.15.0 toml 0.10.1 wrapt 1.12.1
b
can you share your
Pulumi.yaml
?
f
b
ah you're on an old version of Pulumi, the runtime setting now has the option to set your virtualenv:
Copy code
name: clearbooks
runtime:
  name: python
  options:
    virtualenv: venv
description: Clearbooks API for GCP Functions
try this
f
Great - that works, thanks!