You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successfully build with the correct version of wheel being used.
Actual Result
My builds have been recently failing due to a specific library I'm using (mayavi). I've managed to figure out how to get the build to run successfully locally however it still fails when it builds on readthedocs. I've noticed that even when specifying in pyproject.toml
This confuses me because I thought it did recognize my pyproject.toml:
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
I'm not quite sure what the exact culprit is but my best guess is that it has to do something with wheel.
The text was updated successfully, but these errors were encountered:
Details
Expected Result
Successfully build with the correct version of wheel being used.
Actual Result
My builds have been recently failing due to a specific library I'm using (mayavi). I've managed to figure out how to get the build to run successfully locally however it still fails when it builds on readthedocs. I've noticed that even when specifying in pyproject.toml
The output logs shows that it is using wheel version 0.40.0:
This confuses me because I thought it did recognize my pyproject.toml:
I'm not quite sure what the exact culprit is but my best guess is that it has to do something with wheel.
The text was updated successfully, but these errors were encountered: