runtime error

2023-07-21 18:09:49.014633: 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 2023-07-21 18:09:49.019956: 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. Traceback (most recent call last): File "app.py", line 21, in <module> df['Date'] = pd.to_datetime(df['Date'], format = '%Y/%m') File "/home/user/.local/lib/python3.8/site-packages/pandas/core/tools/datetimes.py", line 1046, in to_datetime cache_array = _maybe_cache(arg, format, cache, convert_listlike) File "/home/user/.local/lib/python3.8/site-packages/pandas/core/tools/datetimes.py", line 250, in _maybe_cache cache_dates = convert_listlike(unique_dates, format) File "/home/user/.local/lib/python3.8/site-packages/pandas/core/tools/datetimes.py", line 453, in _convert_listlike_datetimes return _array_strptime_with_fallback(arg, name, utc, format, exact, errors) File "/home/user/.local/lib/python3.8/site-packages/pandas/core/tools/datetimes.py", line 484, in _array_strptime_with_fallback result, timezones = array_strptime(arg, fmt, exact=exact, errors=errors, utc=utc) File "pandas/_libs/tslibs/strptime.pyx", line 530, in pandas._libs.tslibs.strptime.array_strptime File "pandas/_libs/tslibs/strptime.pyx", line 351, in pandas._libs.tslibs.strptime.array_strptime ValueError: time data "2000-01" doesn't match format "%Y/%m", at position 0. You might want to try: - passing `format` if your strings have a consistent format; - passing `format='ISO8601'` if your strings are all ISO8601 but not necessarily in exactly the same format; - passing `format='mixed'`, and the format will be inferred for each element individually. You might want to use `dayfirst` alongside this.

Container logs:

Fetching error logs...