Merge pull request #646 from UnCLAS-Prommer/new_knowledge

修相对导入错误
pull/649/head
UnCLAS-Prommer 2025-04-03 16:29:15 +08:00 committed by GitHub
commit 7b522b8a47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
try:
import lib.quick_algo
from .lib import quick_algo
except ImportError:
print("未找到quick_algo库无法使用quick_algo算法")
print("请安装quick_algo库 - 在lib.quick_algo中执行命令python setup.py build_ext --inplace")