[fix] Removed pillow and pystray as dependencies#2652
Conversation
pillow and pystray as dependencies, making them opt…pillow and pystray as dependencies
pillow and pystray as dependencies|
This pull request has been mentioned on Forum - FlexGet. There might be relevant details there: https://discuss.flexget.com/t/dependencies-on-non-pure-python-modules/5086/4 |
|
So when i try to install flexget on a synology Nas, using Python 3.x instlaled via entware. Im using this article for the isntallation of flexget: |
Came here for a similar thing. This change hasn't made it into a new release yet, so if you install from pip (which is on 3.1.51) it will still have the dependency. Our options right now are to wait until 3.1.52 or build from source. |
Motivation for changes:
Pillow needs compilation which hurts Flexget's compatibility.
Detailed changes:
pillowandpystrayfrom deps. If someone wants to run the tray icon, they can install them manually.Addressed issues: