吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1354|回复: 19
收起左侧

[求助] python的core.config库问题

[复制链接]
AlexAux 发表于 2020-8-30 13:52
用py2.7运行脚本时,提示ImportError: No module named core.config
2020-08-30_13-51-25.png

我尝试pip install config,但是再次运行时,还是提示这个,表哥帮我看看

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

SagJoker 发表于 2020-8-30 14:19
pip install core.config
这样?
Ealrang 发表于 2020-8-30 14:19
syrmb 发表于 2020-8-30 14:41
不需要安装 你这个是导入项目下的自定义模块吧  试试from core import config
 楼主| AlexAux 发表于 2020-8-30 16:17
syrmb 发表于 2020-8-30 14:41
不需要安装 你这个是导入项目下的自定义模块吧  试试from core import config

2020-08-30_16-17-19.png

表哥不行啊
rsnodame 发表于 2020-8-31 17:53
import sys
print sys.path

看一下那些目录下有没有core这个文件夹
 楼主| AlexAux 发表于 2020-9-1 01:26
rsnodame 发表于 2020-8-31 17:53
import sys
print sys.path

表哥貌似没有这个目录,我这个用的是python3
nightcat 发表于 2020-9-1 01:29
pip install core

源代码不用改,还是
import core.config
 楼主| AlexAux 发表于 2020-9-1 01:43
nightcat 发表于 2020-9-1 01:29
pip install core

源代码不用改,还是

2020-09-01_01-36-24.png

表哥报错了,说是版本不支持类似的
nightcat 发表于 2020-9-1 02:33
AlexAux 发表于 2020-9-1 01:43
表哥报错了,说是版本不支持类似的

用py2.7运行脚本时,提示ImportError: No module named core.config

你用的python2还是python3?
两个版本不兼容,
py2是: pip install core
py3是: pip3 install core
----------------------------
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 13:24

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表