-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Correctly ignore osx_framework_user mismatches #10215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The expected 'headers' path is generally: * distutils (old): $PREFIX/include/python3.8/$PROJECT * sysconfig (new): $PREFIX/include/$PROJECT So we should check whether the old value's parent is a pythonX.Y, and the new value's parent matches the old's second-level parent.
Pinging people reported this in #10151 for testing.
@JRWoodwardMSW @mstankus @RiviniS48 @ondohotola @phriedrich @UnixCro @nicdoye @ChemGuy88 @aah8 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
That's more than good enough for my purposes :-)-O
Thanks again.
greetings, el
On 27/07/2021 14:11, Tzu-ping Chung wrote:
The two patches are independent (or they should be, I’ll resolve any
conflicts if needed) and will both in the next pip release.
[...]
…--
Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist
***@***.***NA / * | Telephone: +264 81 124 6733 (cell)
PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP
10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply
Book your Covid-10 Vaccination at https://c19.idtoday.com.na
|
Pinging people reported this in #10151 for testing. Use this to install pip from this PR and see if the issue went away:
2021-07-28 08:56:00+0800: @miguelbarao @kielnino 2021-07-30 09:17:00+0800: @afnanenayet @macdeport @hakamadare @HachimanSec @DaryaKorovina @cosmicbabs @BjoAce @katieluii @gtrabanco |
This is the macOS
--user
part of #10208.The expected 'headers' path is generally:
$PREFIX/include/python3.8/$PROJECT
$PREFIX/include/$PROJECT
So we should check whether the old value's parent is a pythonX.Y, and the new value's parent matches the old's second-level parent.