-
Notifications
You must be signed in to change notification settings - Fork 199
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
installing with pip3 errors out #507
Comments
Unfortunately, raising an exception is the only way to prevent pip from building the wheel. I can add some text that this error should be ignored. Do you think it will be better? |
Yes, I think that would be useful, otherwise, one will always be unsure on whether the install has succeeded or not. |
Unfortunately, the approach we are using is “double legacy”. First, pip does not find Instead, I think pip should pass the installation paths as PEP 517 |
I understand that this is wanted to workaround other bugs, but
pip3 install --user retext
errors producing pages of debug info, to then saybut finally conclude
after which retext seems to be working.
This is extremely confusing. If not building wheels is the desired outcome, can the exception be avoided or caught?
The text was updated successfully, but these errors were encountered: