python下载插件cfg时报错,如何解决?

问题遇到的现象和发生背景 :

Macbook macox下载python插件cfg时终端报错。

我输入的代码:
pip install cfg
运行结果及详细报错内容:
ERROR: Could not find a version that satisfies the requirement cfg (from versions: none)
ERROR: No matching distribution found for cfg
user@UserdeMBP ~ % 

我的解答思路和尝试过的方法:

多次下载均无效

求解答,谢谢!

请问你要下载的cfg是个什么库?python好像没有这个第三方库

这不是一个库 看这里 https://blog.csdn.net/m0_46415535/article/details/121892971

img