Skip to content

Fixing_installation_issue_python_version_fix#558

Open
Alireza-Majd wants to merge 2 commits intoaertslab:developmentfrom
Alireza-Majd:fix-installation-error
Open

Fixing_installation_issue_python_version_fix#558
Alireza-Majd wants to merge 2 commits intoaertslab:developmentfrom
Alireza-Majd:fix-installation-error

Conversation

@Alireza-Majd
Copy link

The development branch of scenicplus appears to assume Python 3.11.11, despite the default pyproject.toml rejecting it.
To resolve this, I updated the requires-python field:
pyproject.toml, line 14
requires-python = ">=3.8,<=3.11.11"

@Alessandro201
Copy link

We are now at release 3.11.12, and I encountered the same error.
To accomodate any patches for version 3.11 it would be better to change the requirements to:
requires-python = ">=3.8,<3.12"

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

Successfully merging this pull request may close these issues.

3 participants