ssynn / game_translation

一个用于把游戏封包内的文本抽取、翻译、替换的项目
56 stars 8 forks source link

在jupyter notebook运行第一段报错,导入模型失败 #8

Open aie-ui opened 2 years ago

aie-ui commented 2 years ago

ModuleNotFoundError Traceback (most recent call last) Input In [2], in <cell line: 5>() 3 import json 4 import chardet ----> 5 import src.public_function as pf 7 # NOTE 中间的所有文件都是UTF8 8 encoding = 'utf16'

ModuleNotFoundError: No module named 'src'