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

no module named _lzma' #204

Open
hiel opened this issue Jul 4, 2024 · 1 comment
Open

no module named _lzma' #204

hiel opened this issue Jul 4, 2024 · 1 comment

Comments

@hiel
Copy link

hiel commented Jul 4, 2024

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
Copy link

setop commented Jul 5, 2024

what code is triggering the error ?

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

2 participants