Replies: 1 comment
-
I deleted everything and started all over again and its working. No worries, everything works fine now ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I followed the guide here fully:
https://github.com/martomi/chiadog/blob/main/WINDOWS.md
When I start the command:
.\start.cmd
I get the following error on the PowerShell.
What am I doing wrong?
Traceback (most recent call last):
File "C:\Users\ChiaUser\chiadog\main.py", line 12, in
from src.chia_log.handlers.daily_stats.stats_manager import StatsManager
File "C:\Users\ChiaUser\chiadog\src\chia_log\handlers_init_.py", line 14, in
from .daily_stats.stats_manager import StatsManager
File "C:\Users\ChiaUser\chiadog\src\chia_log\handlers\daily_stats_init_.py", line 5, in
from ...parsers.finished_signage_point_parser import FinishedSignagePointMessage
File "C:\Users\ChiaUser\chiadog\src\chia_log\parsers\finished_signage_point_parser.py", line 9, in
from dateutil import parser as dateutil_parser
ModuleNotFoundError: No module named 'dateutil'
Best regards
Beta Was this translation helpful? Give feedback.
All reactions