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

main启动报错can only concatenate list (not "type") to list #6

Open
Mobius-han opened this issue Sep 5, 2019 · 1 comment
Open

Comments

@Mobius-han
Copy link

2019-09-05 19:56:33.128456: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
Traceback (most recent call last):
File "E:/AI/PJ_PREDICT_IMG/api_invoice/main.py", line 16, in
import api_invoice.service.img as img
File "E:\AI\PJ_PREDICT_IMG\api_invoice\service\img.py", line 25, in
import api_invoice.dao.invoice_dao as invoice_dao
File "E:\AI\PJ_PREDICT_IMG\api_invoice\dao\invoice_dao.py", line 2, in
import api_invoice.config.db as db_config
File "E:\AI\PJ_PREDICT_IMG\api_invoice\config\db.py", line 3, in
import torndb
File "C:\Users\yuanxiuhan\AppData\Local\Programs\Python\Python37\lib\site-packages\torndb.py", line 260, in
CONVERSIONS[field_type] = [(FLAG.BINARY, str)] + CONVERSIONS[field_type]
TypeError: can only concatenate list (not "type") to list

@KoapT
Copy link

KoapT commented Nov 18, 2019

https://www.cnblogs.com/ydf0509/p/9538130.html

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

2 participants