Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345421
D6537.id23765.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
640 B
Subscribers
None
D6537.id23765.diff
View Options
diff --git a/docker/utils/pyutils.sh b/docker/utils/pyutils.sh
--- a/docker/utils/pyutils.sh
+++ b/docker/utils/pyutils.sh
@@ -11,7 +11,9 @@
if [ -w $srcrepo ]
then
# Install package in editable mode if source directory is writable
- pip install -e $srcrepo
+ pip install -e $srcrepo --no-use-pep517
+ # The flag is a workaround for a pip issue
+ # https://github.com/pypa/pip/issues/10573#issuecomment-941136050
else
# Source directories might not be writeable, but building them writes
# in-tree; so we're copying them to a location guaranteed to be writeable.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:21 PM (5 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3230424
Attached To
D6537: Dockerfile: Avoid pip 21.3 version preventing working container override
Event Timeline
Log In to Comment