FormerLurker / Octolapse

Stabilized timelapses for Octoprint
GNU Affero General Public License v3.0
639 stars 99 forks source link

Fix version constraint #894

Closed SuperSandro2000 closed 1 year ago

SuperSandro2000 commented 1 year ago

error in Octolapse setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)

FormerLurker commented 1 year ago

Thanks for the contribution! However, this is already fixed in the devel branch, as well as some broken imports (PIL is now pil) for some versions of Pillow, with fallbacks.

SuperSandro2000 commented 1 year ago

Didn't find that because it wasn't the default branch

FormerLurker commented 1 year ago

Not a problem! I appreciate the PR. If you want, try installing from the devel branch and let me know if you have any issues. I'm planning to promote it once I figure out how to solve an issue with the new camera-streamer.

Closed