Skip to content

Commit

Permalink
Apply suggested correction
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Zyskowski <87643052+piotr-zyskowski-rai@users.noreply.github.com>
  • Loading branch information
TauTheLepton and piotr-zyskowski-rai authored Apr 7, 2023
1 parent 47a77c8 commit 010bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '0.23ubu

The error is due to the fact that for versions between 66.0.0 and 67.5.0 `setuptools` enforces the python packages to be
[PEP-440](https://peps.python.org/pep-0440/) conformant.
Since version 67.5.1 `setuptools` added [fallback](https://github.com/pypa/setuptools/commit/1640731114734043b8500d211366fc941b741f67) that makes it possible to work with old packages again.
Since version 67.5.1 `setuptools` has a [fallback](https://github.com/pypa/setuptools/commit/1640731114734043b8500d211366fc941b741f67) that makes it possible to work with old packages again.

The solution is to update `setuptools` to the newest version with the following command

Expand Down

0 comments on commit 010bc4e

Please sign in to comment.