I’m installing argon2_cffi_bindings package in python offline using the CMD prompt:
pip.exe install --no-index --find-links=***argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-win_amd64.whl argon2-cffi-bindings
and encounter this error
ERROR: Could not find a version that satisfies the requirement argon2-cffi-bindings (from versions: none) ERROR: No matching distribution found for argon2-cffi-bindings, when installing offline using pip.exe install --no-index --find-links=***argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-win_amd64.whl argon2-cffi-bindings
My Python verson is 3.12 and the package website said that it is supported. As instructed, I upgraded all package such as cffi, setuptools, pip. However, the error still persists. How to solve this problem to install the package offline. (I can’t use pip online)