关于Python的模块问题
事情的经过是这样的:今天遇到了一个程序,其中需要导入cfg模块,利用import cfg,但是运行后发现有问题:
Traceback (most recent call last):
File "E:/python示例/python制作小游戏/表白神器/love.py", line 10, in <module>
import cfg
ModuleNotFoundError: No module named 'cfg'
于是在命令行中执行pip install cfg,此时又遇到了问题:
C:\Users\Administrator>pip install cfg
Collecting cfg
Could not find a version that satisfies the requirement cfg (from versions: )
No matching distribution found for cfg
You are using pip version 19.0.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
求助!!!!!! cfg模块是神马鸟
是已知的第三方模块还是自定义的
如果是已知的可以pip
如果是自定义的,哪里能pip到 没听说过cfg
pip都没找到cfg qiuyouzhi 发表于 2020-2-14 12:16
没听说过cfg
pip都没找到cfg
cfg 应该是 config_file,应该是自己定义的 一个账号 发表于 2020-2-14 12:38
cfg 应该是 config_file,应该是自己定义的
确实,我一开始有想到 感谢各位!已明白!
页:
[1]