We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fd0d3 commit 1f6f34dCopy full SHA for 1f6f34d
1 file changed
CONTRIBUTORS_QUICK_START_GITPOD.rst
@@ -62,8 +62,8 @@ Gitpod default image have all the required packages installed.
62
63
If you see below warning - it means that you hit `known issue <https://github.com/pypa/pipx/issues/1092>`_
64
with ``packaging`` version 23.2:
65
- ⚠️ Ignoring --editable install option. pipx disallows it for anything but a local path,
66
- to avoid having to create a new src/ directory.
+ ⚠️ Ignoring ``--editable install`` option. ``pipx`` disallows it for anything but a local path,
+ to avoid having to create a new ``src/`` directory.
67
68
The workaround is to downgrade packaging to 23.1 and re-running the ``pipx install`` command. for example
69
by running ``pip install "packaging<23.2"``.
0 commit comments