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
Thank you for raising this with us! Cython is a new dependency for the project and it looks like we don't have it quite right yet. It looks like your suggestion should do the trick.
Hi, thanks for making ExeTera, it seems like a very cool project!
I just tried to install ExeTera in a new environment with:
But I got the following error:
This is because
Cython.build.cythonize
is used in thesetup.py
. You can add apyproject.toml
file to specify Cython as a steup dependency:The text was updated successfully, but these errors were encountered: