You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
python version 3.11.0
pyfunctional 1.5.0
it raises like this. what's wrong?
The text was updated successfully, but these errors were encountered: