Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run this on debian x64 #1

Open
pistolparody opened this issue Jul 11, 2022 · 0 comments
Open

Can't run this on debian x64 #1

pistolparody opened this issue Jul 11, 2022 · 0 comments

Comments

@pistolparody
Copy link

I think your code is incompatible with the latest modules. (or maybe broken??)

pygame 2.1.2 (SDL 2.0.16, Python 3.10.4)
Hello from the pygame community. https://www.pygame.org/contribute.html
2022-07-11 01:43:00.389250: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2022-07-11 01:43:00.391685: 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
2022-07-11 01:43:00.391696: 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 "/home/yolo/Workstation/Clones/snake-neural-networks/__main__.py", line 1, in <module>
    from UI import UI
  File "/home/yolo/Workstation/Clones/snake-neural-networks/UI.py", line 1, in <module>
    from SnakeGame import SnakeGame
  File "/home/yolo/Workstation/Clones/snake-neural-networks/SnakeGame.py", line 6, in <module>
    from RLAgentPlayer import RLAgentPlayer
  File "/home/yolo/Workstation/Clones/snake-neural-networks/RLAgentPlayer.py", line 7, in <module>
    from RLAgent import RLAgent
  File "/home/yolo/Workstation/Clones/snake-neural-networks/RLAgent.py", line 5, in <module>
    from RLNeuralNetworkKeras import KerasNeuralNetwork
  File "/home/yolo/Workstation/Clones/snake-neural-networks/RLNeuralNetworkKeras.py", line 3, in <module>
    from keras.layers.advanced_activations import LeakyReLU
ModuleNotFoundError: No module named 'keras.layers.advanced_activations'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant