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

which python version is required #195

Open
arch-user-france1 opened this issue Feb 27, 2022 · 2 comments
Open

which python version is required #195

arch-user-france1 opened this issue Feb 27, 2022 · 2 comments

Comments

@arch-user-france1
Copy link

ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.1
ERROR: No matching distribution found for tensorflow==2.5.1

Could fix it by using conda but since I don't know which version I need I have to google that

@arch-user-france1
Copy link
Author

Python Version 3.6 is required

@gl-yziquel
Copy link

gl-yziquel commented Jul 18, 2024

As to myself, here are the versions with which lczero-training can be set up. As of today...

Python version: 3.10.14

numpy==1.22.0
tensorflow==2.11.1
tensorflow-tensorboard==0.4.0.rc2
protobuf==3.18.3

Python 3.6 does not work anymore: there is version incompatibility with numpy and tensorflow with the tf/requirements.txt file when taken out of the box.

For anyone wondering: you've got dependabot/pip/tf branches that seemingly try to guess the correct versions. The versions above are taking from this information in the git tree. And it seems to work.

P.S.: there are unmerged pull requests for that, such as this one: #213

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

2 participants