google-deepmind / google-deepmind/alphageometry
I can't run this project successfully on my MacBook
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 572
- PR merge metrics
- No merged PRs in 30d
Description
The error I got after entering bash run.sh:
ERROR: Could not find a version that satisfies the requirement tensorflow-text==2.13.0 (from versions: 2.17.0rc0, 2.17.0, 2.18.0rc0, 2.18.0, 2.18.1)
ERROR: No matching distribution found for tensorflow-text==2.13.0
The error I got after entering pip install --upgrade "keras>=3.5.0" "numpy>=1.26.0,<2.1.0" "tensorboard>=2.18,<2.19":
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-macos 2.13.0 requires keras<2.14,>=2.13.1, but you have keras 3.9.1 which is incompatible.
tensorflow-macos 2.13.0 requires numpy<=1.24.3,>=1.22, but you have numpy 2.0.2 which is incompatible.
tensorflow-macos 2.13.0 requires tensorboard<2.14,>=2.13, but you have tensorboard 2.18.0 which is incompatible.
The error I got after entering pip install "keras<2.14,>=2.13.1" "numpy<=1.24.3,>=1.22" "tensorboard<2.14,>=2.13":
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.18.1 requires keras>=3.5.0, but you have keras 2.13.1 which is incompatible.
tensorflow 2.18.1 requires numpy<2.1.0,>=1.26.0, but you have numpy 1.24.3 which is incompatible.
tensorflow 2.18.1 requires tensorboard<2.19,>=2.18, but you have tensorboard 2.13.0 which is incompatible.
Contributor guide
Assessment
This issue has not been assessed yet.