Hi, anyone tried gcp-native with Python? I get err...
# google-cloud
e
Hi, anyone tried gcp-native with Python? I get errors telling me that the semver has illegal characters when trying to install either as dependency in requirements.txt or by simply running the pulumi plugin install command.
b
What's the name of the package you're installing? It should be
pulumi-google-native
or if you're installing the plugin,
pulumi plugin install resource google-native
e
thanks @brave-planet-10645 my bad 🤦‍♂️, I somehow ended up in a completely different pypi project "pulumi-gcp-native" and that one apparently had a version 0.0.2a1617829075 that didn't play well. https://pypi.org/project/pulumi-gcp-native/
b
So originally we did call it
pulumi-gcp-native
but to be more in line with what Google call their platform we renamed it. I'll talk to our engineers because that may cause others to have the same issue
👍 1
🙏 1