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
` File "/usr/local/airflow/.local/lib/python3.7/site-packages/google/protobuf/descriptor.py", line 560, in new
airflow_container | _message.Message._CheckCalledFromGeneratedFile()
airflow_container | TypeError: Descriptors cannot not be created directly.
airflow_container | If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
airflow_container | If you cannot immediately regenerate your protos, some other possible workarounds are:
airflow_container | 1. Downgrade the protobuf package to 3.20.x or lower.
airflow_container | 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
2022-10-18 14:10:17.307792: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
airflow_container | 2022-10-18 14:10:17.308008: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
airflow_container | [2022-10-18 14:10:17 +0000] [172] [INFO] Handling signal: ttou
airflow_container | [2022-10-18 14:10:17 +0000] [3658] [INFO] Worker exiting (pid: 3658)
airflow_container | 2022-10-18 14:10:18.282079: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
airflow_container | 2022-10-18 14:10:18.282110: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
airflow_container | 2022-10-18 14:10:19.312501: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory`
The text was updated successfully, but these errors were encountered:
Getting below error
` File "/usr/local/airflow/.local/lib/python3.7/site-packages/google/protobuf/descriptor.py", line 560, in new
airflow_container | _message.Message._CheckCalledFromGeneratedFile()
airflow_container | TypeError: Descriptors cannot not be created directly.
airflow_container | If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
airflow_container | If you cannot immediately regenerate your protos, some other possible workarounds are:
airflow_container | 1. Downgrade the protobuf package to 3.20.x or lower.
airflow_container | 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
2022-10-18 14:10:17.307792: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
airflow_container | 2022-10-18 14:10:17.308008: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
airflow_container | [2022-10-18 14:10:17 +0000] [172] [INFO] Handling signal: ttou
airflow_container | [2022-10-18 14:10:17 +0000] [3658] [INFO] Worker exiting (pid: 3658)
airflow_container | 2022-10-18 14:10:18.282079: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
airflow_container | 2022-10-18 14:10:18.282110: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
airflow_container | 2022-10-18 14:10:19.312501: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory`
The text was updated successfully, but these errors were encountered: