8000 'import lzma' fails with Python 3 · Issue #1336 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content
'import lzma' fails with Python 3 #1336
Closed
@ghost

Description

import lzma fails with Python 3:

08-24 20:34:43.881  2066  2227 I python  : Traceback (most recent call last):
08-24 20:34:43.885  2066  2227 I python  :   File "./app.py", line 10, in <module>
08-24 20:34:43.886  2066  2227 I python  :     import lzma
08-24 20:34:43.886  2066  2227 I python  :   File "/mnt/expand/ccbe4e94-5878-4053-8382-d825486cc844/user/0/org.example.myapp/files/app/crystax_python/stdlib.zip/lzma.py", line 26, in <module>
08-24 20:34:43.888  2066  2227 I python  : ImportError: No module named '_lzma'

Do I need to install some dependency? Isn't this normally part of the standard library that should be included in any case? Not sure what to make of this

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0