-
Notifications
You must be signed in to change notification settings - Fork 200
Description
Description
When running the overcooked_demo ./up.sh script, I encounter the following error messages:
ERROR: Ignored the following versions that require a different python version: 0.3.8 Requires-Python >=3.8; ...
9.815 ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.3 (from versions: 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0)
9.815 ERROR: No matching distribution found for tensorflow==2.0.3
Error Messages:
ERROR: Ignored the following versions that require a different python version: ...
ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.3
Steps to Reproduce:
Clone the repository and navigate to the project directory.
Run the ./up.sh script.
Environment:
OS: macOS (M3 Chip)
Python version: 3.12.7
Pip version: 24.2
Attempted Solutions:
Checked the Python version and found that it needs to be upgraded to 3.8 or higher.
Tried upgrading pip to the latest version by running pip install --upgrade pip, but the issue persists.
Tried installing a compatible version of TensorFlow, but tensorflow==2.0.3 cannot be installed.
Expected Behavior:
The ./up.sh script should run successfully, installing all dependencies without issues.