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
I am not sure how to do this from within setup.py. I think that it requires moving from setup.py to pyproject.toml which also then requires choosing a build backend. There are a few related problems in making that change in python-flint.
For now as a workaround you should install Cython and numpy and use --no-build-isolation as described in the README:
When trying to
pip install
python-flint, it fails if you don't haveCython
ornumpy
installed. This should be added to the required packages.The text was updated successfully, but these errors were encountered: