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
Arch Linux, Python 3.9.4.
$ 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
The text was updated successfully, but these errors were encountered:
Same problem with Ubuntu, Python 3.8.4, cyhunspell==2.0.2.
Sorry, something went wrong.
I've got same problem while building docker image python:3.9-slim-buster. Already installed automake pkg-config libtool libhunspell-dev
python:3.9-slim-buster
automake pkg-config libtool libhunspell-dev
No branches or pull requests
Arch Linux, Python 3.9.4.
Steps to reproduce
The text was updated successfully, but these errors were encountered: