Closed foesine closed 1 year ago
Hi @foesine,
It seems like google colab now comes with torchdata==0.6.1, which requires torch==2.0.1. This seems to be the cause of the issue (as well as an incompatible torchaudio version). So you could fix this with pip installing torchaudio==0.13.1
and torchdata==0.5.1
.
Hope that helps!
Thank you @robsdavis! Works now :)
Hey :)
When importing the plugins the decaf plugin always fails loading. I'd like to use this plugin, any chance someone can help me figuring out why it fails?
I am working in Google Colab with a python version of 3.10.12 and synthcity version of 0.2.9. I checked the dependencies and I don't think they are the problem.
I am trying:
from synthcity.plugins import Plugins
Plugins(categories=["generic", "privacy"]).list()
All other plugins are listed, the problem solely exists with decaf.
The error code:
Thankful for any recommendations!