简体   繁体   中英

"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

but i encounter this error:

ERROR: Could not find a version that satisfies the requirement functools (from versions: 0.5)

ERROR: No matching distribution found for functools

functools is part of the basic Python installation (you cannot install it separately). If import functools doesn't work in your Python scripts, you should consider reinstalling Python itself.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM