Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service/base.py报错 #5

Open
simplew2011 opened this issue Jun 10, 2020 · 7 comments
Open

service/base.py报错 #5

simplew2011 opened this issue Jun 10, 2020 · 7 comments

Comments

@simplew2011
Copy link

serve/base.py 45行
from service import conf
ImportError: cannot import name 'conf'

conf是service的一个字典,import出错。

@Nxys
Copy link

Nxys commented Aug 11, 2020

serve/base.py 45行
from service import conf
ImportError: cannot import name 'conf'

conf是service的一个字典,import出错。

Python 3.6.10 运行没问题。

@BboyHanat
Copy link
Owner

serve/base.py 45行
from service import conf
ImportError: cannot import name 'conf'

conf是service的一个字典,import出错。

现在这个问题解决了吗?

@jiuntian
Copy link

serve/base.py 45行
from service import conf
ImportError: cannot import name 'conf'
conf是service的一个字典,import出错。

现在这个问题解决了吗?

3.6 能运行,3.8就不行

@ltm920716
Copy link

image
显式说明多进程的启动方式为fork即可,应该是python3.8之后多进程启动方式有优化,待确认

@BboyHanat
Copy link
Owner

BboyHanat commented Aug 8, 2021 via email

@ltm920716
Copy link

请问一下背景图片是你们自己搜集的数据还是网上有开源背景图片集合呀,谢谢

@BboyHanat
Copy link
Owner

BboyHanat commented Aug 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants