>
>
> One question: should pip be able to install a incompatible binary wheel
> directly without even a warning? It does now, but I don't think it should.
>

pip does confirm the wheel file is compatible with your platform/python
(based on the file tags), when downloading from indexes and links.
BUT, just noticed, when installing directly from a specific file, it seems
it's not checking, so I'll look into that and log an issue.
Marcus
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to