Im using python 3.14.0 and tried to install ydata-profiling. i get the following error message:
ERROR: Ignored the following versions that require a different python version: 4.0.0 Requires-Python >=3.7,<3.11; 4.1.0 Requires-Python >=3.7,<3.12; 4.1.1 Requires-Python >=3.7,<3.12; 4.1.2 Requires-Python >=3.7,<3.12; 4.10.0 Requires-Python >=3.7,<3.13; 4.11.0 Requires-Python >=3.7,<3.13; 4.12.0 Requires-Python >=3.7,<3.13; 4.12.1 Requires-Python >=3.7,<3.13; 4.12.2 Requires-Python >=3.7,<3.13; 4.13.0 Requires-Python >=3.7,<3.13; 4.14.0 Requires-Python >=3.7,<3.13; 4.15.0 Requires-Python >=3.7,<3.13; 4.15.1 Requires-Python >=3.7,<3.13; 4.16.0 Requires-Python >=3.7,<3.13; 4.16.1 Requires-Python >=3.7,<3.13; 4.17.0 Requires-Python >=3.7,<3.14; 4.18.0 Requires-Python >=3.10,<3.14; 4.18.1 Requires-Python >=3.10,<3.14; 4.2.0 Requires-Python >=3.7,<3.12; 4.3.0 Requires-Python >=3.7,<3.12; 4.3.1 Requires-Python >=3.7,<3.12; 4.3.2 Requires-Python >=3.7,<3.12; 4.4.0 Requires-Python >=3.7,<3.12; 4.5.0 Requires-Python >=3.7,<3.12; 4.5.1 Requires-Python >=3.7,<3.12; 4.6.0 Requires-Python >=3.7,<3.12; 4.6.1 Requires-Python >=3.7,<3.12; 4.6.2 Requires-Python >=3.7,<3.12; 4.6.3 Requires-Python >=3.7,<3.12; 4.6.4 Requires-Python >=3.7,<3.12; 4.6.5 Requires-Python >=3.7,<3.12; 4.7.0 Requires-Python >=3.7,<3.13; 4.8.3 Requires-Python >=3.7,<3.13; 4.9.0 Requires-Python >=3.7,<3.13
ERROR: Could not find a version that satisfies the requirement ydata-profiling==4.18.1 (from ava) (from versions: none)
ERROR: No matching distribution found for ydata-profiling==4.18.1
The classifier suggested that its compatible with Python 3.14 but the "requires-python = ">=3.10,<3.14"" lin in the project.toml tells pip to on allow python interpreter less the 3.14.
Is 3.14. supported or not? I'm willing to make a PR fixing the issue in the project.toml!
be able to install ydata-profiling with python 3.14.0.
Current Behaviour
Im using python 3.14.0 and tried to install ydata-profiling. i get the following error message:
The classifier suggested that its compatible with Python 3.14 but the "requires-python = ">=3.10,<3.14"" lin in the project.toml tells pip to on allow python interpreter less the 3.14.
Is 3.14. supported or not? I'm willing to make a PR fixing the issue in the project.toml!
Expected Behaviour
be able to install ydata-profiling with python 3.14.0.
Data Description
no Data required
Code that reproduces the bug
pandas-profiling version
n/a
Dependencies
OS
Windows 11
Checklist