PyFunctional icon indicating copy to clipboard operation
PyFunctional copied to clipboard

no module named _lzma'

Open hiel opened this issue 1 year ago • 1 comments

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'

hiel avatar Jul 04 '24 05:07 hiel

what code is triggering the error ?

setop avatar Jul 05 '24 12:07 setop

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.

stale[bot] avatar Apr 26 '25 01:04 stale[bot]

Re-open if still an issue, but this will depend on what OS/platform you are on and whether it has lzma available.

EntilZha avatar Apr 28 '25 21:04 EntilZha