I have an AI deep learning tetris game but I can't run it can you help?

Job ID: 32448902

Budget: $30 – $250 USD

I installed cuda, cudnn, tensorflow, keras, everything. But I got the error:
W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2021-12-23 10:29:05.790010: 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 "<input>", line 1, in <module>
File "C:\Program Files\JetBrains\PyCharm 2020.3.5\plugins\python\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "C:\Program Files\JetBrains\PyCharm 2020.3.5\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "C:/Users/HP/tetris-ai/logs.py", line 2, in <module>
from tensorflow.summary import FileWriter
ImportError: cannot import name 'FileWriter' from 'tensorflow.summary' (C:\Users\HP\tetris-ai\venv\lib\site-packages\tensorboard\summary\_tf\summary\__init__.py)

I was searching for the errors solution everywhere but I couldn't find a working answer. I didn't used conda when installing or created an environment when installing, but I saw in stackoverflow someone who did those had the same error. Can you help please? I need to run this code in training mode with gpu and tensorflow. Deadline is 8th of Jan 2022 but sooner will be better since I have to prepare.
Related categories: Python Training CUDA Artificial Intelligence Tensorflow