sqlalchemy.exc.ArgumentError: Mapper mapped class News->news could not assemble any primary key columns for mapped table 'news'
https://blog.csdn.net/helixsky/article/details/84642418
我感觉是你的数据库没有对应的表,或者你的__tablename__是和数据库中的表名对不上,还有一种情况,可能是你数据库中id没有设成主键。我猜。