AstroPrint / OctoPrint-AstroPrint

Connect your OctoPrint device to the AstroPrint 3D Printing Cloud
31 stars 10 forks source link

installing Astroprint via pip installs the wrong version of pillow #34

Closed cnschu closed 6 years ago

cnschu commented 6 years ago

expected behavior: installing AstroPrint via pip uses the existing pillow version if > 3.1.0

observed behavior: installing Astroprint via pip with an pillow version of 5.0.0 installed deinstalls pillow and installs pillow version 3.1.0

CoDanny commented 6 years ago

Thanks for this, we will change the dependency definition

CoDanny commented 6 years ago

We have changed the dependencies. Try installing the plugin that requires the 5.0 and then try the astroprint plugin again.

cnschu commented 6 years ago

thanks