You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python examples/detection.py --data_dir=./aiopstools/anomaly_detection/data/data.csv --period_freq='D' --voting_num=3
Traceback (most recent call last):
File "examples/detection.py", line 5, in
from aiopstools.anomaly_detection.voting import voting
ModuleNotFoundError: No module named 'aiopstools'
这是怎么回事
The text was updated successfully, but these errors were encountered:
python examples/detection.py --data_dir=./aiopstools/anomaly_detection/data/data.csv --period_freq='D' --voting_num=3
Traceback (most recent call last):
File "examples/detection.py", line 5, in
from aiopstools.anomaly_detection.voting import voting
ModuleNotFoundError: No module named 'aiopstools'
这是怎么回事
The text was updated successfully, but these errors were encountered: