Riccardo Riva
Riccardo Riva
I've found a workaround which does not require sphinxcontrib-video and works fine. First, tell sphinx to copy the assets from the videos folder into the _build one. ``` sphinx: config:...
Hi, thanks for the answer 😊 I couldn't figure out how to implement your suggestion, but I discovered that setting ``` ot.ResourceMap.SetAsBool('Distribution-Parallel', False) ``` does the trick. Is that what...
Thanks @mmcky for looking into this! Some time ago I stumbled upon a nice blog post that explains a third method to include videos: [Adding videos in JupyterBook](https://mstruwig.com/posts/jupyterbook-video/). This solution...
Not having Windows wheels for 0.32.0 prevents from using TensorFlow 2.12.0, and in turn Python 3.11.
Yes it is. See also the discussion at https://github.com/python-poetry/poetry/issues/8271
If this is the case, tensorflow-io should become an optional dependency of TensorFlow.
Welcome to the club 🙈 This issue has been discussed [here](https://github.com/python-poetry/poetry/issues/8271) and [here](https://github.com/tensorflow/io/issues/1815).
This has been asked also in #1789.
Also 0.33.0 does not have Windows wheels, which implies that TensorFlow 2.13 cannot be used on Windows.
Thanks a lot for the suggestion. Poetry generated the lock file, but when I test my package on Windows the installation fails with ``` Installing tensorflow-io-gcs-filesystem (0.33.0) RuntimeError Unable to...