Open akielbowicz opened 5 years ago
This seems like an issue with the ipywebrtc conda-forge package. @maartenbreddels input?
Sorry I didn't see this message before. What you could do, is skip ipywebrtc from conda, and install that separately using pip. If you are going to the tutorials, I might be able to debug this.
It would be nice to fix the conda forge package as well though :)
Hi @akielbowicz -- I think the problem is with the version of ipywidgets you were using (the error was generated when Video
was unrecognized during an ipywidgets import).
Could you please try again but with ipywidgets=7.4?
You may need to erase the conda environment you started to create with conda remove -n widgets-tutorial
before trying to create it again.
Hi, I'm getting this error when I try install the widgets using the command given in the README
I tried to run with it with conda 4.6.14 first and after downgrading to conda 4.5.13 after reading https://github.com/conda/conda/issues/8306
I'm running debian
Regards, Sasha