|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
事情的经过是这样的:
今天遇到了一个程序,其中需要导入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到
|
|