EntilZha / PyFunctional

Python library for creating data pipelines with chain functional programming
http://pyfunctional.pedro.ai
MIT License
2.37k stars 131 forks source link

no module named _lzma' #204

Open hiel opened 4 days ago

hiel commented 4 days ago

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'
setop commented 3 days ago

what code is triggering the error ?