Skip to content
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

Fix false positive missing pyinit warning on arm64 macOS #673

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

messense
Copy link
Member

@messense messense commented Nov 9, 2021

Fixes #672

@netlify
Copy link

netlify bot commented Nov 9, 2021

✔️ Deploy Preview for maturin-guide canceled.

🔨 Explore the source changes: 6422c29

🔍 Inspect the deploy log: https://app.netlify.com/sites/maturin-guide/deploys/618a735729762c000740f2d6

@PyO3 PyO3 deleted a comment from netlify bot Nov 9, 2021
@messense messense merged commit 80b4dfe into PyO3:main Nov 9, 2021
@messense messense deleted the fix-warn-missing-pyinit branch November 9, 2021 13:24
@gbaranski
Copy link

@messense Hi, when do you plan to make a new release? I'm currently experiencing this problem.

@messense
Copy link
Member Author

@gbaranski You can use prerelease with pip install -U --pre maturin for now. I'll release a new version after pyo3 0.15.1 which is expected to be out soon.

@gbaranski
Copy link

@gbaranski You can use prerelease with pip install -U --pre maturin for now. I'll release a new version after pyo3 0.15.1 which is expected to be out soon.

Thank you very much for quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive missing PyInit_XXX symbol in native library on arm64 macOS 12
2 participants