We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the install command yields an error: pip install ydata-synthetic[streamlit]
pip install ydata-synthetic[streamlit]
Error:
ERROR: Ignored the following versions that require a different python version: 0.0.0 Requires-Python >=3.6, <3.9; 0.1.1 Requires-Python >=3.6, <3.9; 0.1.2 Requires-Python >=3.6, <3.9; 0.1.3 Requires-Python >=3.6, <3.9; 0.10.0 Requires-Python >=3.8, <3.11; 0.2.0 Requires-Python >=3.6, <3.9; 0.2.1 Requires-Python >=3.6, <3.9; 0.2.2 Requires-Python >=3.6, <3.9; 0.2.3 Requires-Python >=3.6, <3.9; 0.2.4 Requires-Python >=3.6, <3.9; 0.3.0 Requires-Python >=3.6, <3.9; 0.3.1 Requires-Python >=3.6, <3.9; 0.3.2 Requires-Python >=3.6, <3.9; 0.3.3 Requires-Python >=3.6, <3.9; 0.3.4 Requires-Python >=3.6, <3.9; 0.4.0 Requires-Python >=3.6, <3.9; 0.5.0 Requires-Python >=3.6, <3.9; 0.6.0 Requires-Python >=3.6, <3.9; 0.6.1 Requires-Python >=3.6, <3.9; 0.7.0 Requires-Python >=3.6, <3.9; 0.7.1 Requires-Python >=3.6, <3.9; 0.8.0 Requires-Python >=3.6, <3.9; 0.9.0 Requires-Python >=3.8, <3.11; 1.0.0 Requires-Python >=3.8, <3.11; 1.0.1 Requires-Python >=3.8, <3.11; 1.1.0 Requires-Python >=3.9, <3.11; 1.2.0 Requires-Python >=3.9, <3.11; 1.3.0 Requires-Python >=3.9, <3.11 ERROR: Could not find a version that satisfies the requirement ydata-synthetic[streamlit] (from versions: none)
System info:
Python version: 3.11.3 OsName : Microsoft Windows 10 Pro OsVersion : 10.0.19045 OsBuildNumber : 19045
The text was updated successfully, but these errors were encountered:
Hi @Karlheinzniebuhr,
the package does not ensure yet installation in python3.11. May I suggest that you use python3.10 instead?
Sorry, something went wrong.
No branches or pull requests
Running the install command yields an error:
pip install ydata-synthetic[streamlit]
Error:
System info:
The text was updated successfully, but these errors were encountered: