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

dynamic module does not define module export function (PyInit_md) error #772

Closed
pythonsus opened this issue Feb 21, 2023 · 1 comment
Closed

Comments

@pythonsus
Copy link

pythonsus commented Feb 21, 2023

Versions
mac m1

Python :3.10.2 universal
MacOS version :13.1
XCode Version :14.3
Cython version :0.29.33
Describe the bug
// REPLACE ME: A clear and concise description of what the bug is.
When running xcode project file getting dynamic module does not define module export function (PyInit_md) error

To Reproduce
install using devlopment section or pip install both same then toolchain build python3 kivy pillow then toolchain pip install pyowm kivymd then toolchain create weatherapp path to weatherapp then run the xcode project file to get 407 duplicate symbols for architecture arm64 then remove libfreetype.a file then dynamic module does not define module export function (PyInit_md) error

Expected behavior
app should work
Logs
dynamic module does not define module export function (PyInit_md) error

Screenshots

@pythonsus
Copy link
Author

Fixed with pip uninstall chardet and then toolchain pip install chardet toolchain says requirement satisfied even if it is installed in the virtual env this is a bug you should fix

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

No branches or pull requests

1 participant