Trouble getting started #148
Closed
trevor-powdrell
started this conversation in
General
Replies: 2 comments 1 reply
-
|
I recommend using Tensorflow 2.18, but the install scripts might not reflect that. The simplest way to check is to switch to the src-directory and run That will bid and play a random board. If it fails, then send the output |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just ignoring the error and trying python game.py just complained about missing keras from TensorFlow. So I used the conda_setup_tf2.sh that uses Tensorflow 2.18 and it all worked. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having trouble getting started. When running ./conda_setup.sh I get the following errors
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
grpcio-tools 1.68.0 requires protobuf<6.0dev,>=5.26.1, but you have protobuf 4.25.5 which is incompatible.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.13.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.29.0 which is incompatible.
Beta Was this translation helpful? Give feedback.
All reactions