Pycharm 错误.whl
Pycharm error .whl
我正在尝试将 blocktrail 包安装到 pycharm,但每次它都会给我一个错误:
Skipping link https://pypi.python.org/packages/3.4/h/httpsig/httpsig-1.1.2-py2.py3-none-any.whl#md5=71bf1b61f1f6c5225f196872ce1d7d12 (from https://pypi.python.org/simple/httpsig/); unknown archive format: .whl
Could not find any downloads that satisfy the requirement httpsig>=1.1.0 (from blocktrail-sdk)
有人知道如何在 PyCharm 中解决这个问题吗?我安装了以下软件包:pip、pip-tools、pip-upgrade、setuptools,但仍然无法使用。
.whl
应该是一个 wheel
文件,它只是一个具有明确内容的 zip 文件。如果您的安装程序不支持它,请尝试更新它并安装 wheel
软件包。
我正在尝试将 blocktrail 包安装到 pycharm,但每次它都会给我一个错误:
Skipping link https://pypi.python.org/packages/3.4/h/httpsig/httpsig-1.1.2-py2.py3-none-any.whl#md5=71bf1b61f1f6c5225f196872ce1d7d12 (from https://pypi.python.org/simple/httpsig/); unknown archive format: .whl
Could not find any downloads that satisfy the requirement httpsig>=1.1.0 (from blocktrail-sdk)
有人知道如何在 PyCharm 中解决这个问题吗?我安装了以下软件包:pip、pip-tools、pip-upgrade、setuptools,但仍然无法使用。
.whl
应该是一个 wheel
文件,它只是一个具有明确内容的 zip 文件。如果您的安装程序不支持它,请尝试更新它并安装 wheel
软件包。