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
Support library install with a path that contains spaces
Proposed Solution
In #1853 quotes around the install arguments are introduced, however, the failing integration test in test_libraries shows that does not work. Investigate why.
An alternative is to use the InstallCommand from pip._internal.commands (see cells.py)
JCZuurmond
changed the title
[TECH DEBT]: Support library installs with a path that contains spaces
[BUG]: Support library installs with a path that contains spaces
Jul 17, 2024
Is there an existing issue for this?
Problem statement
Support library install with a path that contains spaces
Proposed Solution
In #1853 quotes around the install arguments are introduced, however, the failing integration test in
test_libraries
shows that does not work. Investigate why.An alternative is to use the
InstallCommand
frompip._internal.commands
(seecells.py
)Additional Context
See failing test introduced by #1853.
The text was updated successfully, but these errors were encountered: