简体   繁体   English

错误:找不到满足 chatbot_demo_rest 要求的版本(来自版本:无)错误:找不到匹配的分发版

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

I am a beginner in python and I currently struggle with the installation of 2 packages, namely chatbot_demo_rest and RDPTokenManagement (from rdp_token ).我是 python 的初学者,目前我正在努力安装 2 个软件包,即chatbot_demo_restRDPTokenManagement (来自rdp_token )。
I tried to use pip install but I got the following errors:我尝试使用 pip install 但出现以下错误:

ERROR: Could not find a version that satisfies the requirement chatbot_demo_rest (from versions: none)错误:找不到满足 chatbot_demo_rest 要求的版本(来自版本:无)
ERROR: No matching distribution found for chatbot_demo_rest.错误:没有找到与 chatbot_demo_rest 匹配的分布。

I saw some topics on subjects that seems similar but I could not understand how to solve the issue.我看到了一些看起来相似的主题,但我不明白如何解决这个问题。 I would be very thankful if you could answer with simple terms如果您能用简单的术语回答我将不胜感激

best regards此致

I can't find that project ( chatbot_demo_rest ) on pypi.org (where the packages are installed by default).我在pypi.org (默认安装包的地方)上找不到那个项目( chatbot_demo_rest )。 Also, pip checks for the version classifiers, maybe your Python version is not supported.此外, pip检查版本分类器,可能不支持您的 Python 版本。

Check the project name, and see if your Python version is supported.检查项目名称,看看是否支持您的 Python 版本。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:找不到满足要求的版本 os(来自版本:无) 错误:找不到匹配的发行版 os - ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os 错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:没有找到 tensorflow 的匹配分布) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) 错误:找不到满足火炬要求的版本(来自版本:无)错误:找不到火炬的匹配分布 - ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch 错误:找不到满足 mathplotlib 要求的版本(来自版本:无)错误:找不到 mathplotlib 的匹配分布 - ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib 错误:找不到满足要求 cv2 的版本(来自版本:无)错误:找不到 cv2 的匹配分发 - ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2 错误:无法从版本中找到满足 Django==1.10.5 要求的版本:无错误:未找到匹配的发行版 Django==1.10.5 - ERROR: Could not find a version that satisfies the requirement Django==1.10.5 from versions: none ERROR: No matching distribution found Django==1.10.5 错误:找不到满足熊猫要求的版本(来自版本:)找不到与熊猫匹配的发行版 - ERROR : Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found for pandas 如何修复“找不到满足安装要求的版本(来自版本:)找不到安装的匹配发行版”错误 - how to fix " Could not find a version that satisfies the requirement install (from versions: ) No matching distribution found for install " error 找不到满足 dblib 要求的版本(来自版本:无)并且没有找到 dblib 的匹配分布 - could not find a version that satisfies the requirement dblib (from versions: none) and No matching distribution found for dblib 错误:找不到匹配的发行版和错误:找不到满足要求的版本 - ERROR: No matching distribution found and ERROR: Could not find a version that satisfies the requirement
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM