We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310c9ad + 02fcce2 commit 0a05d76Copy full SHA for 0a05d76
src/pip/_internal/locations/__init__.py
@@ -185,8 +185,8 @@ def get_scheme(
185
user
186
and is_osx_framework()
187
and k == "headers"
188
- and old_v.parent == new_v
189
- and old_v.name.startswith("python")
+ and old_v.parent.parent == new_v.parent
+ and old_v.parent.name.startswith("python")
190
)
191
if skip_osx_framework_user_special_case:
192
continue
0 commit comments