https://pulumi.com logo
#getting-started
Title
# getting-started
e

echoing-kite-20563

10/26/2023, 8:57 PM
Diagnostics: ociCoreInstance (TEST-SRV-ORACLE19): error: expected property name after '.'
d

dry-keyboard-94795

10/26/2023, 9:03 PM
This should be fixed in pulumi v3.91.0
e

echoing-kite-20563

10/26/2023, 9:05 PM
i am using that version Enter your passphrase to unlock config/secrets CLI Version 3.91.0 Go Version go1.21.3 Go Compiler gc Plugins NAME VERSION oci 1.7.0 python unknown Host OS ubuntu Version 22.04 Arch x86_64
d

dry-keyboard-94795

10/26/2023, 9:13 PM
Can you report it here so they know the fix might not be complete: https://github.com/pulumi/pulumi/issues/14335
e

echoing-kite-20563

10/26/2023, 9:14 PM
sure, tnks 🙂
d

dry-keyboard-94795

10/26/2023, 9:15 PM
Just checking, is the python dependency also updated to v3.91?
e

echoing-kite-20563

10/26/2023, 9:17 PM
uhm i dont know how to check that 😅,is there any command?
d

dry-keyboard-94795

10/26/2023, 9:19 PM
It'll be in the requirements.txt file. If you're using the default setup, you can do
./venv/bin/pip show pulumi
e

echoing-kite-20563

10/26/2023, 9:20 PM
david@PTDAVIDGG:~/pulumi$ ./venv/bin/pip show pulumi Name: pulumi Version: 3.78.1 Summary: Pulumi's Python SDK Home-page: https://github.com/pulumi/pulumi Author: Author-email: License: Apache 2.0 Location: /home/david/pulumi/venv/lib/python3.10/site-packages Requires: dill, grpcio, protobuf, pyyaml, semver, six Required-by: pulumi-oci
wow
it must be that
d

dry-keyboard-94795

10/26/2023, 9:21 PM
The regression happened in v3.90.x, so I don't think it's that. Feel free to upgrade it regardless
e

echoing-kite-20563

10/26/2023, 9:25 PM
Yep, same error. Okay, I am going to report it on GitHub. I will let you know if there is any news. Thanks, you are very kind
d

dry-keyboard-94795

10/26/2023, 9:28 PM
For a workaround, you can downgrade the cli to v3.89.0 https://www.pulumi.com/docs/install/#installing-betas-and-previous-versions
e

echoing-kite-20563

10/26/2023, 9:32 PM
Awesome!
You rock
4 Views