asteroid-team/asteroid

catalyst.dl.core

MordehayM opened this issue · 2 comments

The package isn't found at this line:

from catalyst.dl.core import Callback, MetricCallback, CallbackOrder

Tried to reinstall..didn't work.

Catalyst probably changed version since then.
You could either:

  1. Update the code
  2. Try to ping the author of the code: @vitrioil are you here?
  3. Find the version with which the recipe was written

@MordehayM which catalyst version are you using?
Can you try creating a virtualenv?

python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install local/requirements.txt

I will have to check why it is not working for the future version