pydata/numexpr

Please upload a pure python wheel to PyPi

drew-wks opened this issue · 2 comments

I need it to use micropip to install the package. micropip will produce an error if it cannot find a pure Python wheel. To determine if a package has a pure Python wheel manually, you can open its PyPi page and go to the “Download files” tab. If this tab doesn’t contain a file *py3-none-any.whl then the pure Python wheel is missing.

Well, numexpr contains C/compiled code, so AFAIK, it is not possible to provide pure python wheels.

That's correct, numexpr is not a pure Python package. Closing.