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

Error while running ./up.sh - Issue with Python version and TensorFlow version mismatch #157

Open
Jiexiansen opened this issue Feb 14, 2025 · 0 comments

Comments

@Jiexiansen
Copy link

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.

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