acme
acme copied to clipboard
Error importing `matplotlib`
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:
- Explicitly list the dependency in
setup.py- simplest - Do not automatically import
VideoWrapperfromvideo.pyin the wrapper module - this could be argued better if you want a minimal acme dependencies?
Looking forward to hearing from you guys.