Cannot install py7zlib package using Python 3.6

1.5k Views Asked by At

I am trying to install py7zlib package, however I am getting below error:

ERROR: Could not find a version that satisfies the requirement py7zlib (from versions: none)
ERROR: No matching distribution found for py7zlib

I am using Python 3.6.

I tried:

pip install py7zlib

I would like to have this package working properly.

1

There are 1 best solutions below

1
Игнат Аникеев On

pip install pylzma.

This package include py7zlib