acme icon indicating copy to clipboard operation
acme copied to clipboard

Error importing `matplotlib`

Open cemlyn007 opened this issue 2 years ago • 0 comments
trafficstars

video.py imports matplotlib which is not an explicit dependency listed in setup.py.

Happy to contribute a fix but I do not know which solution do you guys want:

  1. Explicitly list the dependency in setup.py - simplest
  2. Do not automatically import VideoWrapper from video.py in the wrapper module - this could be argued better if you want a minimal acme dependencies?

Looking forward to hearing from you guys.

cemlyn007 avatar Apr 03 '23 10:04 cemlyn007