We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing with setup.py in the segmentation directory, I run into this issue when importing segmentation_ext in Python 3.6.9:
ImportError: dynamic module does not define module export function (PyInit_segmentation_ext)
It works just fine in Python 2.7. I have already tried setting the target version and the python executable in the CMakeList.txt, but it did not work
The text was updated successfully, but these errors were encountered:
I have the same problem. Have you solved it now
Sorry, something went wrong.
I have the same problem too, so have you solved this problem? My environment is windows python 3.7.
here is solution : #1 (comment)
No branches or pull requests
When installing with setup.py in the segmentation directory, I run into this issue when importing segmentation_ext in Python 3.6.9:
ImportError: dynamic module does not define module export function (PyInit_segmentation_ext)
It works just fine in Python 2.7. I have already tried setting the target version and the python executable in the CMakeList.txt, but it did not work
The text was updated successfully, but these errors were encountered: