XKT icon indicating copy to clipboard operation
XKT copied to clipboard

SKT:error of baize

Open 3000-times opened this issue 3 years ago • 1 comments

在运行XKT.SKT的MSKT时报错:cannot import name 'parse_header' from 'baize.utils' 查看到baize文件夹中有两个utils,一个是文件夹,另一个是py文件,但是程序运行时好像优秀选择识别了文件夹而没有识别py文件,导致找不到parse_header,请问您是如何运行出来的呢?

3000-times avatar Jun 01 '22 02:06 3000-times

I think you use the wrong pacakge. Our SKT is depended on PyBaize rather than baize, which has been clearly declared in setup.py.

tswsxk avatar Jun 03 '22 03:06 tswsxk