You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been encountering conflicts when trying to install these packages, even across different Python versions (2.7, 3.6-3.10) and environments (venv, Ubuntu, Colab). The most common error is:
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement tensorflow<1.14,>=1.13.1 (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.0.post1)
ERROR: No matching distribution found for tensorflow<1.14,>=1.13.1
Could you please help me determine the source of the conflicts and suggest how to resolve them?
The text was updated successfully, but these errors were encountered:
requirements-hw.txt:
I've been encountering conflicts when trying to install these packages, even across different Python versions (2.7, 3.6-3.10) and environments (venv, Ubuntu, Colab). The most common error is:
Could you please help me determine the source of the conflicts and suggest how to resolve them?
The text was updated successfully, but these errors were encountered: