ezkl is an engine for doing inference for deep learning models and other computational graphs in a zk-snark (ZKML). Use it from Python, Javascript, or the command line.
When I try to install ezkl-gpu via pip install ezkl-gpu,it reports err:
ERROR: Could not find a version that satisfies the requirement ezkl-gpu (from versions: none)
ERROR: No matching distribution found for ezkl-gpu.
Even if I download .whl from pypi, pip install through local files:
pip install /home/byzeng/ezkl_gpu-12.0.0-cp37-abi3-manylinux2_35_x86_64.whl
It also not works, still report err:
ERROR: ezkl_gpu-12.0.0-cp37-abi3-manylinux2_35_x86_64.whl is not a supported wheel on this platform.
My pip version is the newest,I do't konw where is the problem.
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.9.2009 (Core)
Release: 7.9.2009
Codename: Core
When I try to install ezkl-gpu via pip install ezkl-gpu,it reports err: ERROR: Could not find a version that satisfies the requirement ezkl-gpu (from versions: none) ERROR: No matching distribution found for ezkl-gpu.
Even if I download .whl from pypi, pip install through local files: pip install /home/byzeng/ezkl_gpu-12.0.0-cp37-abi3-manylinux2_35_x86_64.whl It also not works, still report err: ERROR: ezkl_gpu-12.0.0-cp37-abi3-manylinux2_35_x86_64.whl is not a supported wheel on this platform.
My pip version is the newest,I do't konw where is the problem. LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.9.2009 (Core) Release: 7.9.2009 Codename: Core