Skip to content

Cannot install on Colab (3.11.14) #712

@kubinka0505

Description

@kubinka0505
!uv pip install py7zr pybcj bcj-cffi pyzstd pyppmd texttable multivolumefile inflate64
import os
print(os.sys.version)
import py7zr

Returns:

Using Python 3.11.14 environment at: /usr
Audited 8 packages in 53ms
3.12.12 (main, Oct 10 2025, 08:52:57) [GCC 11.4.0]

---------------------------------------------------------------------------

ModuleNotFoundError                       Traceback (most recent call last)

[/tmp/ipython-input-482526550.py](https://localhost:8080/#) in <cell line: 0>()
      2 import os
      3 print(os.sys.version)
----> 4 import py7zr

4 frames

[/usr/local/lib/python3.11/dist-packages/inflate64/__init__.py](https://localhost:8080/#) in <module>
      4     import importlib_metadata as metadata
      5 
----> 6 from ._inflate64 import Deflater, Inflater  # noqa
      7 
      8 __all__ = ["Deflater", "Inflater"]

ModuleNotFoundError: No module named 'inflate64._inflate64'


---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs more infoNeed more information or test data to reproduce

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions