Open vladfi1 opened 1 month ago
hm, it should be, theoretically, but perhaps something changed
Could be related to #8 which changed the enet folder to a submodule.
A workaround is to install directly from github (pip install git+https://github.com/piqueserver/pyenet
) which correctly initializes the enet submodule before building.
Yeah, it sounds like the sdist just doesn't contain the enet files for whatever reason.
Which is confusing, because it's listed as a source folder, the wheels build fine and I don't think that was changed. @utf-4096 might have a better idea.
Trying to
pip install pyenet
fails on MacOS withI believe the issue is that the enet sources are not included in the tarball.