Skip to content

Commit

Permalink
docs: Add note explaining installation issues (#1514)
Browse files Browse the repository at this point in the history
* update note

* extend note

* Update pytket/docs/index.rst

Co-authored-by: cqc-melf <[email protected]>

---------

Co-authored-by: cqc-melf <[email protected]>
  • Loading branch information
CalMacCQ and cqc-melf authored Aug 2, 2024
1 parent 9d620f1 commit 733f87d
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit 733f87d

Please sign in to comment.