Marcos Manuel Ortega

Results 6 comments of Marcos Manuel Ortega

Welp, I found this problem and needed to solve it in the way I indicated, installing python3-dev and libffi-dev, I'm pretty sure. Unfortunately, I'm unable to reproduce this, as I...

Since there's no versioning in place for choosing a specific MongoDB image version, it uses the lastest one, and after MongoDB v.42 both last flags for the command section of...

+1 this as many libraries have grpcio as a requirement. My use case is building Google Cloud [Cloud Client libraries for Python](https://cloud.google.com/python/docs/reference), which most of them have this requirement unfortunately...

I believe I was not installing it from source, but I'm not sure. As I couldn't reproduce the issue and doesn't seem to be a common case, feel free to...

Thanks for getting back to me, but I just retryed it and still the same result: - The API explorer answers back with a 200 status and correct payload -...

Now we found the issue! The problem was that I forgot to modify the environment's name in the request: ```python request = shell_v1.GetEnvironmentRequest( name="users//environments/default", ) ``` I was using `name="name_value"`....