catalyst.dl.core
MordehayM opened this issue · 2 comments
MordehayM commented
The package isn't found at this line:
Tried to reinstall..didn't work.
mpariente commented
Catalyst probably changed version since then.
You could either:
- Update the code
- Try to ping the author of the code: @vitrioil are you here?
- Find the version with which the recipe was written
vitrioil commented
@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