Having the exact same issue starting today:

code that deployed several times to GAE python-flex (same code same python 
dependencies) fails deploying due to same errors mentioned above by K. 
Ripping:

Failure status: UNKNOWN: Error Response: [4] DEADLINE_EXCEEDED

I can also see this error on the log (same as above):
Step #1: google-auth 1.13.1 has requirement setuptools>=40.3.0, but you'll 
have setuptools 39.1.0 which is incompatible.

I did notice that this process took much longer than usual:
Step #1:   Running setup.py bdist_wheel for grpcio: started
Step #1:   Running setup.py bdist_wheel for grpcio: still running...
Step #1:   Running setup.py bdist_wheel for grpcio: still running...
Step #1:   Running setup.py bdist_wheel for grpcio: still running...
Step #1:   Running setup.py bdist_wheel for grpcio: still running...
Step #1:   Running setup.py bdist_wheel for grpcio: still running...
Step #1:   Running setup.py bdist_wheel for grpcio: still running...
Step #1:   Running setup.py bdist_wheel for grpcio: still running...
Step #1:   Running setup.py bdist_wheel for grpcio: finished with status 
'done'




On Monday, April 6, 2020 at 8:44:54 PM UTC+3, K. Ripping wrote:
>
> Hi Dustin,
>
> Yes, attached also the requirements.txt.
>
> I've changed the timeout settings for deploying the app, which seems to 
> solve the timeout error. 
>
> Though i still get these lines:
>
>
> *Step #1: ?[91mYou are using pip version 10.0.1, however version 20.0.2 is 
> available.*
> *Step #1: You should consider upgrading via the 'pip install --upgrade 
> pip' command.?[0m?[91m*
> *Step #1: ?[91mgoogle-auth 1.13.1 has requirement setuptools>=40.3.0, but 
> you'll have setuptools 39.1.0 which is incompatible.*
>
> When i look at the installed requirements on the cloud shell, using *pip 
> freeze* i get the following lines:
>
> *Python 2 is deprecated. Upgrade to pip3 as soon as possible. *
>
> See https://cloud.google.com/python/docs/python2-sunsetTo suppress this 
> warning, create an empty ~/.cloudshell/no-pip-warning file.The command will 
> automatically proceed in 5 seconds or on any 
> key.********************************************************************************DEPRECATION:
>  
> Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade 
> your Python as Python 2.7 is no longer maintained. A future version of pip 
> will drop support for Python 2.7. More details about Python 2 support in 
> pip, can be found at 
> https://pip.pypa.io/en/latest/development/release-process/#python-2-support
> absl-py==0.9.0appdirs==1.4.3applicationinsights==0.11.9astor==0.8.1attrs==19.3.0autopep8==1.5backports.csv==1.0.7backports.shutil-get-terminal-size==1.0.0backports.weakref==1.0.post1cachetools==3.1.1certifi==2019.11.28chardet==3.0.4
>
> cli-helpers==0.2.3Click==7.0configobj==5.0.6configparser==4.0.2contextlib2==0.6.0.post1crcmod==1.7decorator==4.4.2distlib==0.3.0enum34==1.1.10filelock==3.0.12funcsigs==1.0.2functools32==3.2.3.post2future==0.18.2futures==3.3.0gast==0.2.2google-api-core==1.16.0google-api-python-client==1.8.0google-auth==1.12.0google-auth-httplib2==0.0.3google-auth-oauthlib==0.4.1google-cloud-bigquery==1.24.0google-cloud-core==1.3.0google-cloud-datastore==1.11.0google-cloud-language==1.3.0google-cloud-logging==1.15.0google-cloud-spanner==1.15.0google-cloud-storage==1.26.0
>
> google-cloud-translate==2.0.1google-cloud-videointelligence==1.14.0google-cloud-vision==1.0.0google-pasta==0.2.0google-resumable-media==0.5.0googleapis-common-protos==1.51.0grpc-google-iam-v1==0.12.3grpcio==1.27.2h5py==2.10.0httplib2==0.17.0humanize==1.0.0idna==2.9importlib-metadata==1.6.0importlib-resources==1.4.0invoke==1.4.1ipaddr==2.2.0ipython==5.9.0ipython-genutils==0.2.0jedi==0.15.2jsonschema==3.2.0Keras-Applications==1.0.8Keras-Preprocessing==1.1.0Markdown==3.1.1mccabe==0.6.1meld3==1.0.2mercurial==4.0
>
> mock==3.0.5mssql-cli==0.18.2numpy==1.16.6oauth2==1.9.0.post1oauth2client==4.1.3oauthlib==3.1.0opt-einsum==2.3.2parso==0.6.2pathlib2==2.3.5pexpect==4.8.0pickleshare==0.7.5pluggy==0.13.1prompt-toolkit==1.0.18protobuf==3.11.3ptyprocess==0.6.0pyasn1==0.4.8pyasn1-modules==0.2.8pycodestyle==2.5.0pydocstyle==3.0.0pyflakes==2.1.1Pygments==2.5.2pyrsistent==0.16.0python-jsonrpc-server==0.3.4python-language-server==0.31.9pytz==2019.3requests==2.23.0requests-oauthlib==1.3.0
>
> rope==0.16.0rsa==4.0scandir==1.10.0scipy==1.2.2simplegeneric==0.8.1singledispatch==3.4.0.3six==1.14.0snowballstemmer==2.0.0sqlparse==0.2.4supervisor==3.3.1tensorboard==2.1.0tensorflow==2.1.0tensorflow-estimator==2.1.0termcolor==1.1.0terminaltables==3.1.0traitlets==4.3.3typing==3.7.4.1ujson==1.35uritemplate==3.0.1urllib3==1.25.8virtualenv==20.0.15wcwidth==0.1.9Werkzeug==1.0.1wrapt==1.12.1yapf==0.29.0zipp==1.2.0
>
>
>
> On Monday, 6 April 2020 17:58:57 UTC+2, K. Ripping wrote:
>>
>> Hi All,
>>
>> Since today I am unable to deploy my Google App Engine. The strange thing 
>> is, I've been using these same settings for months and had no issues.
>>
>> I've added the log and app.yaml.
>>
>> In the log, you will find warnings like:
>>
>>
>> Step #1: /usr/local/lib/python2.7/dist-packages/virtualenv.py:1041: 
>> DeprecationWarning: the imp module is deprecated in favour of importlib; 
>> see the module's documentation for alternative usesStep #1: import imp
>>
>> Step #1: google-auth 1.13.1 has requirement setuptools>=40.3.0, but 
>> you'll have setuptools 39.1.0 which is incompatible.
>>
>> The actual error:
>>
>> ERROR: (gcloud.app.deploy) Cloud build failed. Check logs at2 
>> <https://console.cloud.google.com/cloud-build/builds/f5cb08f1-82ca-4b7e-beba-47af69693481?project=603199828752>
>>  
>> Failure status: UNKNOWN: Error Response: [4] DEADLINE_EXCEEDED
>>
>>
>> I'm not sure if it would solve the issue, but I've been trying to find a 
>> way to update setuptools, but on my own environment everything is 
>> up-to-date. 
>>
>> 2 questions
>>
>> - How can i solve the error and deploy my app?
>> - What setuptools is google shell using when deploying?
>>
>> Thanks,
>> K. Ripping
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6dd1538d-6d77-4fb1-aebd-9845acdb74ae%40googlegroups.com.

Reply via email to