1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 11:00:57 +08:00

make message more friendly

This commit is contained in:
Young
2020-12-16 02:14:38 +00:00
parent aefbf3b5f1
commit f7e775f941

View File

@@ -18,7 +18,7 @@ try:
from ._libs.rolling import rolling_slope, rolling_rsquare, rolling_resi
from ._libs.expanding import expanding_slope, expanding_rsquare, expanding_resi
except ImportError as err:
print("Do not import qlib package in the repository directory!")
print("#### Do not import qlib package in the repository directory in case of importing qlib from . without compiling #####")
raise
__all__ = (