I am trying to use ClearML.
The only line in my file is
from allegroai import Dataset, DatasetVersion
which yields
ModuleNotFoundError: No module named 'allegroai'
Looks like some pip package is missing, but I couldn't for the life of me find it in the docs.
What should I pip install?
Not working:
pip install clearml-agent
pip install clearml
andclearml-init
as in herepip install allegroai