Skip to content

lzma import failed in Python 3.13 #468

@kelle

Description

@kelle

Description of the problem:

Issue is discussed here: pyspextool/pyspextool#264

We're having a trouble with lzma import but only in Python 3.13.

File "/home/aburgasser/.local/lib/python3.13/site-packages/pooch/processors.py", line 15, in
import lzma
File "/usr/local/lib/python3.13/lzma.py", line 27, in
from _lzma import *
ModuleNotFoundError: No module named '_lzma'

System information

Python3.13 on linux, no conda environment

pooch is up to date (v2.3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugReport a problem that needs to be fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions