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

ImportError: hunspell.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZN8Hunspell6removeERKSs #32

Open
sorenmulli opened this issue May 17, 2021 · 2 comments

Comments

@sorenmulli
Copy link

Arch Linux, Python 3.9.4.

Steps to reproduce

$ pip install cyhunspell --no-cache-dir
$ ipython
>>> import hunspell
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-0167fd0a22bb> in <module>
----> 1 import hunspell

~/.pyenv/versions/day2day39/lib/python3.9/site-packages/hunspell/__init__.py in <module>
      2 
      3 from ._version import __version__  # noqa: F401
----> 4 from .hunspell import HunspellWrap as Hunspell, HunspellFilePathError  # noqa: F401

ImportError: /home/sorenwh/.pyenv/versions/day2day39/lib/python3.9/site-packages/hunspell/hunspell.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZN8Hunspell6removeERKSs
@kepler
Copy link

kepler commented Nov 22, 2021

Same problem with Ubuntu, Python 3.8.4, cyhunspell==2.0.2.

@sam-val
Copy link

sam-val commented Oct 9, 2023

I've got same problem while building docker image python:3.9-slim-buster. Already installed automake pkg-config libtool libhunspell-dev

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