google / mediapy

This Python library makes it easy to display images and videos in a notebook.
https://pypi.org/project/mediapy/
Apache License 2.0
389 stars 18 forks source link

Fix ipynb #46

Closed copybara-service[bot] closed 4 months ago

copybara-service[bot] commented 4 months ago

Fix ipynb

FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/google/mediapy/pull/43 from hhoppe:main 58b8a07206903584e20516a858af4ff3fbac4a75

hhoppe commented 4 months ago

Oops, it looks like it is only in Python 3.9 and later that os.PathLike can take a subscripted type, such as os.PathLike[str]. We could try putting it in single quotes. Or possibly we could update the package to require Python 3.10? @Conchylicultor