ImportError while importing test module roottan38tutorialssimple_applicationspoplarmnistteststest_poplar_mnistpyHint make sure your test modulespackages have valid Python namesTracebackusrlibpython38i
是因为在导入测试模块时,无法找到名为'filelock'的模块。可能是因为该模块未安装或未在Python路径中。可以尝试使用pip安装filelock模块,或者将该模块添加到Python路径中。
原文地址: https://www.cveoy.top/t/topic/bglE 著作权归作者所有。请勿转载和采集!