-
Notifications
You must be signed in to change notification settings - Fork 7
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
pyx files not found when building wheel #8
Comments
Hmm interesting. Both |
Actually, Maybe |
Ah sorry, misread that. |
Ha, good to know I will leave the issue open, but will not worry further about this for now since |
Adding
|
When calling
python -m build
(bc6ded7), the source distribution builds fine, but building wheel from sdist fails with the errorAny idea why this happens @chinandrew ? Not sure if this is any helpful, but the error comes from Cython's
create_extension_list()
, which in turn is called by setuptools'sget_requires_for_build_wheel()
.(For now, I have manually generated the cythonized C files and modified the
setup.py
, so that I can upload updated versions of the package to PyPI.)The text was updated successfully, but these errors were encountered: