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

docs: Add note explaining installation issues #1514

Merged
merged 5 commits into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pytket/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ Windows. To install, run
pip install pytket


.. admonition:: Known issue installing pytket (Added 2nd August 2024)
:class: attention

Due to the removal of the `types-pkg_resources` package from pypi there will likely be issues when installing old versions of pytket. It is recommend to use pytket `>=1.31` where possible.

If you require using a version of pytket older than 1.31 then you can try the following.


`pip install types-pkg-resources==0.1.3 pytket==<set version>`


If you have issues installing ``pytket`` please visit the `installation troubleshooting <https://tket.quantinuum.com/api-docs/install.html>`_ page.

Expand Down
Loading