Closed khirotaka closed 1 year ago
@khirotaka Thanks for the report and reproducible example. We're looking into this.
Due to issues with the default native output logger with Python 3.8 and MacOS, we've set the default to be "simple" for now. See: https://www.comet.ml/docs/python-sdk/releases/#release-3212
We are continuing to look for a better solution.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Dear comet-ml team.
I got
when using comet.ml with Python 3.8.
Also, if I ran the code using
tqdm.auto.tqdm
, I gotAnd I also checked on the website and found that three logs were taken per experiment, as shown in the screenshot below.
Expected behavior
Environment
Error messages, stack traces, or logs
Reproducible examples (optional)
Additional context (optional)
There was no problem with Python 3.7.9.