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 am attempting to install pytket and am encountering the following error:
- Installing pytket (1.34.0): Failed
RuntimeError
Unable to find installation candidates for pytket (1.34.0)
at ~/.local/pipx/venvs/poetry/lib/python3.12/site-packages/poetry/installation/chooser.py:74 in choose_for
70│
71│ links.append(link)
72│
73│ if not links:
→ 74│ raise RuntimeError(f"Unable to find installation candidates for {package}")
75│
76│ # Get the best link
77│ chosen = max(links, key=lambda link: self._sort_key(package, link))
78│
Cannot install pytket.
This fails as there is no existing wheel for the Intel-based chipset for MacOS
Likely, it seems that the necessary wheel just needs to be generated for Python 3.12 for this chipset (which is not present here): https://pypi.org/project/pytket/#files
Could a new release with the appropriate wheel file be pushed? Feel free to let me know if any additional information on my side would be helpful.
The text was updated successfully, but these errors were encountered:
Thanks for the report. Are you able to upgrade your MacOS to 13 or higher? We have stopped supporting MacOS 12 since github actions deprecated their macos-12 runners meaning we had no easy way to test them.
I am attempting to install
pytket
and am encountering the following error:System information:
Python information:
This fails as there is no existing wheel for the Intel-based chipset for MacOS
Likely, it seems that the necessary wheel just needs to be generated for Python 3.12 for this chipset (which is not present here):
https://pypi.org/project/pytket/#files
Could a new release with the appropriate wheel file be pushed? Feel free to let me know if any additional information on my side would be helpful.
The text was updated successfully, but these errors were encountered: