This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
Install fails with poetry/python 3.10 #216
Labels
api: compute
Issues related to the googleapis/python-compute API.
type: question
Request for information or clarification. Not an issue.
Setting up a clean virtual environment with Poetry, Python 3.10 and
google-cloud-compute
fails with an error aboutgoogle.api_core
.This error goes away if I use Python 3.8.1 instead.
I realize that poetry might not be an officially supported package manager, but I wanted to report anyway for other users who might encounter such an issue:
Environment details
OS type and version: Ubuntu 21.04
Python version:
python --version
Python 3.10.1pip version:
pip --version
pip 21.0.1 from /home/venky/dev/gcloud-test/.venv/lib/python3.10/site-packages/pip (python 3.10)google-cloud-compute
version:pip show google-cloud-compute
Steps to reproduce
I'm happy to collect other debugging info if it is helpful.
The text was updated successfully, but these errors were encountered: