PyFunctional
PyFunctional copied to clipboard
no module named _lzma'
python version 3.11.0 pyfunctional 1.5.0 it raises like this. what's wrong?
File "/venv/lib/python3.11/site-packages/functional/io.py", line 2, in <module>
import lzma
File "/.pyenv/versions/3.11.0/lib/python3.11/lzma.py", line 27, in <module>
from _lzma import *
ModuleNotFoundError: No module named '_lzma'
what code is triggering the error ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Re-open if still an issue, but this will depend on what OS/platform you are on and whether it has lzma available.