-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
broken wheels (macOS) #124
Comments
Sounds like a naming mismatch. Try renaming https://github.com/omerbenamram/pyevtx-rs/blob/master/src/lib.rs#L115 from |
@konstin It works! If there's any way it could have warned me against this (I'm not sure it's possible) that would have been awesome! Thanks again for this great tool :) |
konstin
added a commit
that referenced
this issue
May 6, 2019
konstin
added a commit
that referenced
this issue
May 12, 2019
konstin
added a commit
that referenced
this issue
May 12, 2019
Warn about missing PyInit function to fix #124
#528 added missing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently wheels produced with
pyo3-pack
are not working in macOS (maybe on other platforms as well?).I initially though this is related to PyO3/pyo3#341, but I've tried reverting to
pyo3 0.5.4
and the issue persisted.I'm using the
extension-module
feature.I'm getting the following error:
And for wheels setuptools-rust with
python setup.py bdist_wheel
it's working as expected.All the code is public at https://github.com/omerbenamram/pyevtx-rs
Any thoughts?
The text was updated successfully, but these errors were encountered: