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
Hello Community,
I have successfully build mapnik and mapnik-python binding, however i am getting below error while importing the python, any help is appreciated.
Python 3.9.16 .
import mapnik Traceback (most recent call last): File "", line 1, in File "/home/nitin/.conda/envs/py39/lib/python3.9/site-packages/mapnik-3.0.23-py3.9-linux-x86_64.egg/mapnik/init.py", line 74, in from ._mapnik import * ImportError: /home/nitin/.conda/envs/py39/lib/python3.9/site-packages/mapnik-3.0.23-py3.9-linux-x86_64.egg/mapnik/_mapnik.cpython-39-x86_64-linux-gnu.so: undefined symbol: PyClass_Type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Community,
I have successfully build mapnik and mapnik-python binding, however i am getting below error while importing the python, any help is appreciated.
Python 3.9.16 .
The text was updated successfully, but these errors were encountered: