-
-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
needs more infoNeed more information or test data to reproduceNeed more information or test data to reproduce
Description
!uv pip install py7zr pybcj bcj-cffi pyzstd pyppmd texttable multivolumefile inflate64
import os
print(os.sys.version)
import py7zrReturns:
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
Labels
needs more infoNeed more information or test data to reproduceNeed more information or test data to reproduce