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

pgmagick/_pgmagick.cpython-36m-x86_64-linux-gnu.so: undefined symbol #71

Open
snakecy opened this issue May 12, 2021 · 3 comments
Open
Assignees

Comments

@snakecy
Copy link

snakecy commented May 12, 2021

No description provided.

@hhatto
Copy link
Owner

hhatto commented May 12, 2021

@snakecy
Thanks for reporting.
Can you tell me about your environment?

Your Environment

  • Python version:
  • pgmagick version:
  • Platform: windows, linux, macOSX, and other OS...

@snakecy
Copy link
Author

snakecy commented May 18, 2021

@snakecy
Thanks for reporting.
Can you tell me about your environment?

Your Environment

  • Python version:
  • pgmagick version:
  • Platform: windows, linux, macOSX, and other OS...

python version: 3.6.10
pgmagick version: 0.7.6
Platform: CentOS 7.6

error:
python demo.py

Traceback (most recent call last):
  File "demo.py", line 112, in <module>
    get_magick()
  File "demo.py", line 99, in get_magick
    from pgmagick import Image
  File "/home/xx/anaconda3/envs/py36/lib/python3.6/site-packages/pgmagick/__init__.py", line 1, in <module>
    from pgmagick import _pgmagick
ImportError: /home/xx/anaconda3/envs/py36/lib/python3.6/site-packages/pgmagick/_pgmagick.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE

@yanchunhuo
Copy link

the same error:
python version: 3.6.8
pgmagick version: 0.7.6
Platform: CentOS 7.6

======================
Traceback (most recent call last):
File "", line 1, in
File "/home/admin/AutomationTestEnv/lib64/python3.6/site-packages/pgmagick/init.py", line 1, in
from pgmagick import _pgmagick
ImportError: /home/admin/AutomationTestEnv/lib64/python3.6/site-packages/pgmagick/_pgmagick.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN6Magick5ColorC1Ehhhh

@hhatto hhatto self-assigned this May 29, 2021
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

3 participants