https://pulumi.com logo
Title
f

fast-magician-55948

04/08/2021, 3:01 PM
I've rerun pip install
b

billowy-army-68599

04/08/2021, 3:03 PM
did you run the
pip install
inside your virtualenv?
venv/bin/pip3 list
should tell you
f

fast-magician-55948

04/08/2021, 3:10 PM
(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

billowy-army-68599

04/08/2021, 3:15 PM
can you share your
Pulumi.yaml
?
f

fast-magician-55948

04/08/2021, 3:16 PM
b

billowy-army-68599

04/08/2021, 3:28 PM
ah you're on an old version of Pulumi, the runtime setting now has the option to set your virtualenv:
name: clearbooks
runtime:
  name: python
  options:
    virtualenv: venv
description: Clearbooks API for GCP Functions
try this
f

fast-magician-55948

04/08/2021, 3:33 PM
Great - that works, thanks!