Mayavi does not support PEP517
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
After something updated (I don't know exactly what), mayavi has started breaking the [continuous integration for my package](https://github.com/Sbozzolo/kuibit/actions/runs/3132102346/jobs/5084107473).
I tracked this down and I think that the reason is that mayavi does not support PEP517. Poetry tries to install mayavi with `--use-pep517`, and the installation fails because the build is done in isolated environment that does not have numpy.
What is the correct way to approach this problem?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.