-
Notifications
You must be signed in to change notification settings - Fork 6
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
pip install fails on macos #9
Comments
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 ( |
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.
The text was updated successfully, but these errors were encountered: