cmuche / octoprint-timelapseplus

Timelapse+ is a powerful yet lightweight plugin to stabilize, capture, enhance and render your print timelapses.
https://plugins.octoprint.org/plugins/timelapseplus
24 stars 3 forks source link

octoprint V1.9 Windows 10 install error #125

Closed Grizzord closed 1 year ago

Grizzord commented 1 year ago

i am trying to install this and am getting the "install: unknown" in the popup box.

I am currently using Python 3.10.11 Pip 22.0.1

I understand that in the past the pip version could cause issues with installing certain plugins. what version of pip should I be using log is also attached. any help would be appreciated Thank you. plugin_pluginmanager_console (6).log

Grizzord commented 1 year ago

octoprint.log found that the bottom of this log actually mentions the loading error being that PIL is not found still not sure how to correct this

cmuche commented 1 year ago

Hi @Grizzord

That's weird. Timelapse+ uses Pillow which is (as you can see here) not working when PIL is installed as well. Please check if PIL is installed on your system: pip show PIL Then you could also try to uninstall and install Pillow.

Grizzord commented 1 year ago

so i suppose we can close this. long story short, the windows machine i was using decided to implode and not boot anymore. i ended up installing linux on it and e erything just works on linux so ill jsut stick with that. not sure what was going on with the windows install but it seems every plugin on windows needs different versions of python, pip, and pil. its very frustrating. hopefully windows is as seemless as linux someday for octoprint