首页 > 解决方案 > 找不到满足 preprocess-kgptalkie 要求的版本

问题描述

我正在尝试在 Python 解释器中添加 preprocess-kgptalkie 并且收到这些错误

Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/home/amel/PycharmProjects/pythonProject1/venv/bin/python'.
ERROR: Could not find a version that satisfies the requirement preprocess-kgptalkie (from versions: none)
ERROR: No matching distribution found for preprocess-kgptalkie

我正在使用 Python 3.6 和 pip 21.2.4

标签: pythonpython-3.xpip

解决方案


PyPI 上没有preprocess-kgbtalkie包。但是,我可以在这里找到一个 GitHub 存储库。安装它

pip install git+ssh://git@github.com/kgptalkie/preprocess_kgptalkie.git

推荐阅读