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

Fix pip install with python 3.13 on macos 13 and 14 #434

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

yungyuc
Copy link
Member

@yungyuc yungyuc commented Oct 27, 2024

The same error appears in lint and devbuild:

ERROR: Could not find a version that satisfies the requirement pyside6==6.6.3 (from versions: 6.8.0.2)
  Link requires a different Python (3.13.0 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/73/d3/bf6978b24986c6d7423bddd5386ae2c0c59be95af4744451b5e4b7308afd/PySide6-6.7.1-cp39-abi3-macosx_11_0_universal2.whl (from https://pypi.org/simple/pyside6/) (requires-python:<3.13,>=3.9)
  Link requires a different Python (3.13.0 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/df/57/69b9104f6a30a7f2c0ed78c425304ab964e9b10907b5e1d9d744dd1f714e/PySide6-6.7.2-cp39-abi3-macosx_11_0_universal2.whl (from https://pypi.org/simple/pyside6/) (requires-python:<3.13,>=3.9)
  Link requires a different Python (3.13.0 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/d4/34/86b0fd9b5ce8eee35bd1311a620e8cdfd56d0ca36edca314a6189336682d/PySide6-6.7.3-cp39-abi3-macosx_11_0_universal2.whl (from https://pypi.org/simple/pyside6/) (requires-python:<3.13,>=3.9)
  Link requires a different Python (3.13.0 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/23/4a/bfad04cea602e28d5f43d752291cd539b6e64c82d15dfe7301a4fee9def6/PySide6-6.8.0-cp39-abi3-macosx_12_0_universal2.whl (from https://pypi.org/simple/pyside6/) (requires-python:<3.13,>=3.9)
  Link requires a different Python (3.13.0 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/cb/2d/09a3215a48680fa76d1d74aea28e006f88fe3be992f4dea556f79e6e0c6e/PySide6-6.8.0.1-cp39-abi3-macosx_12_0_universal2.whl (from https://pypi.org/simple/pyside6/) (requires-python:<3.13,>=3.9)
ERROR: No matching distribution found for pyside6==6.6.3
Error: Process completed with exit code 1.

It is the same issue as PR #433 fixed. This PR applies the same change to both macos 13 and 14.

@yungyuc yungyuc added the build Build system and automation label Oct 27, 2024
@yungyuc yungyuc self-assigned this Oct 27, 2024
@yungyuc yungyuc merged commit 2974c14 into solvcon:master Oct 27, 2024
12 checks passed
@yungyuc yungyuc deleted the ci/macos-pip-313 branch October 27, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system and automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant