You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Describe the bug
When I try to deploy an API on Cloud Functions appears the following message error:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in suds-jurko setup command: use_2to3 is invalid.
[end of output]
To Reproduce
Deploying an API on Cloud Functions - Google Cloud Platform
Expected behavior
Deployed.
Screenshots
Environment
Google Cloud Platform
The text was updated successfully, but these errors were encountered:
I was not able to solve it using Cloud Functions. Then I tried to deploy the same application using Cloud Run, and I had the same problem.
But on Cloud Run I was able to solve it, by declaring the following line in the Dockerfile RUN pip install 'setuptools==58.0.0'
Previously I've tried to declare the same lib on requirements.txt but doesn't work.
And the project unfortunatelly was restricted to use only the cloud functions.
Describe the bug
When I try to deploy an API on Cloud Functions appears the following message error:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in suds-jurko setup command: use_2to3 is invalid.
[end of output]
To Reproduce
Deploying an API on Cloud Functions - Google Cloud Platform
Expected behavior
Deployed.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: