Closed wellington1993 closed 2 years ago
Temporary solved changing(commenting):
#if six.PY2:
# from backports import lzma
#else:
import lzma
in ~/.local/lib/python2.7/site-packages/mardor/utils.py
Thanks!
Can you tell me where your lzma package comes from? It's not typically provided as part of a standard python 2.7 distribution.
@catlee Sure, I found here:
<module 'lzma' from '/usr/lib/python2.7/dist-packages/lzma.x86_64-linux-gnu.so'>
Appears to be deb depedency from one off my installed software: https://packages.ubuntu.com/bionic/amd64/python-lzma/filelist
For example: torbrowser-launcher (https://ubuntu.pkgs.org/16.04/ubuntu-universe-amd64/python-lzma_0.5.3-3_amd64.deb.html)
I don't think we'll work around this for 2.7, and https://docs.python.org/3/library/lzma.html was added in 3.3 so it won't happen there. Closing.
i''ve got this error:
How to solve?
Thanks!