简体   繁体   English

Python:安装模块时->解析器。 找不到解析器的匹配分布

[英]Python: While installing module -> parser. No matching distribution found for parser

While installing some modules like 'parser', I am getting this error. 在安装某些模块(例如“解析器”)时,出现此错误。

Could not find a version that satisfies the requirement parser (from versions: ) No matching distribution found for parser 找不到满足需求解析器的版本(来自版本:)找不到与解析器匹配的分发版本

Could you please let me whats could be done here. 你可以让我在这里做什么。

Thanks in advance!! 提前致谢!!

In both Python 2 and 3, parser is a built in package. 在Python 2和3中, parser都是内置包。 If that's the one you're looking for then you don't need to install it yourself. 如果这是您要找的那个,那么您不需要自己安装它。

See: https://docs.python.org/2/library/parser.html 参见: https : //docs.python.org/2/library/parser.html

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

相关问题 安装http-parser时找不到python2.7库 - python2.7 library not found while installing http-parser Python解析器模块教程 - Python parser Module tutorial 找不到满足 selenium 要求的版本; 在 Python3.6.5 上安装 Selenium 时找不到与 selenium 匹配的发行版 - Could not find a version that satisfies the requirement selenium; No matching distribution found for selenium while installing Selenium on Python3.6.5 安装tensorflow时出错:找不到与tensorflow匹配的分布 - Error while installing tensorflow: No matching distribution found for tensorflow 慢速HTML解析器。 如何增加速度? - Slow html parser. How to increase the speed? 安装 PTAN 时未找到 torch==1.3.0 的匹配分布 - No matching distribution found for torch==1.3.0 while installing PTAN Python 解析器层不匹配令牌 - Python parser ply not matching token 在python中安装CsvFormat时:“找不到CsvFormat的匹配分发”错误 - When installing CsvFormat in python:“No matching distribution found for CsvFormat” error Python 3.6 安装 pandas 错误 - 未找到 pandas 的匹配分布 - Python 3.6 installing pandas Error - No Matching distribution found for pandas python解析器有问题。 我的函数总是返回1。这怎么了? - having issue with the python parser. My function always returns 1. Whats wrong with it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM