pylatexenc icon indicating copy to clipboard operation
pylatexenc copied to clipboard

publish wheel for v2.10

Open njzjz opened this issue 1 year ago • 2 comments

Hi, I noticed the latest stable version (which people install by default) doesn't contain a wheel on PyPI. I am wondering if you can publish one.

image

njzjz avatar May 20 '24 20:05 njzjz

Hi, thanks for the feedback. Is there a significant benefit in providing a wheel for a pure-python project?

phfaist avatar Jul 17 '24 21:07 phfaist

I am using pylatexenc with pyodide, the Python distribution for the browser. micropip can only install wheels.

njzjz avatar Jul 17 '24 21:07 njzjz

Unfortunately pylatexenc is a show stopper for me right now. I can not install it on windows which makes all my "upstream" packages fail to install. I will need a workaround if this issue and the new install issue #115 are not solved.

WolfgangFahl avatar Jan 03 '25 08:01 WolfgangFahl

You can install the prerelease version (currently 3.0a30), which provides a wheel on PyPI.

phfaist avatar Jan 03 '25 11:01 phfaist