简体   繁体   English

“找不到满足 functools 要求的版本(来自版本:0.5)”

[英]"Could not find a version that satisfies the requirement functools (from versions: 0.5)"

I'm trying to install functools module in python with: pip install functools我正在尝试在 python 中安装 functools 模块: pip install functools

but i encounter this error:但我遇到了这个错误:

ERROR: Could not find a version that satisfies the requirement functools (from versions: 0.5)错误:找不到满足 functools 要求的版本(来自版本:0.5)

ERROR: No matching distribution found for functools错误:未找到 functools 的匹配分布

functools is part of the basic Python installation (you cannot install it separately). functools 是基本 Python 安装的一部分(您不能单独安装)。 If import functools doesn't work in your Python scripts, you should consider reinstalling Python itself.如果import functools在您的 Python 脚本中不起作用,您应该考虑重新安装 Python 本身。

暂无
暂无

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

相关问题 找不到满足要求的版本 python-firebase(来自版本:) - Could not find a version that satisfies the requirement python-firebase(from versions: ) 找不到满足 easy_install 要求的版本(来自版本:) - Could not find a version that satisfies the requirement easy_install (from versions: ) 错误:找不到满足Deepcorrect要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement deepcorrect (from versions: none) 找不到满足 DoubleTable 要求的版本(来自版本:无) - Could not find a version that satisfies the requirement DoubleTable (from versions: none) 找不到满足 Flask 要求的版本(来自版本:无) - Could not find a version that satisfies the requirement Flask (from versions: none) 错误:找不到满足要求 webdriver 的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement webdriver (from versions: none) 错误:找不到满足火炬要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement torch (from versions: none) 找不到满足 mediapipe 要求的版本(来自版本:无) - could not find a version that satisfies the requirement mediapipe (from versions: none) 找不到满足 optapy 要求的版本(来自版本:无) - Could not find a version that satisfies the requirement optapy (from versions: none) 错误:找不到满足 pyautogui 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement pyautogui (from versions: none)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM