Anthias icon indicating copy to clipboard operation
Anthias copied to clipboard

Suggestion to amend requirements

Open emilyyap opened this issue 3 years ago • 1 comments

Hello, I was attempting to install Screenly OSE today on RPi3B+ and experienced several failed builds. I managed to finally get the unicorn (yay!). It might be worth looking into the latest versions and updating them. The more persistent error was gevent and it might be related to Cython. The changes that finally made it work were:

In requirements.txt: celery==4.4.7 gevent==21.12.0 urllib3==1.25.0

In requirements.viewer.txt: urllib3==1.25.0

In requirements-websocket.txt: gevent==21.12.0

emilyyap avatar Aug 11 '22 05:08 emilyyap

@emilyyap feel free to do a pull request that addresses these. We're hiring a developer to work on OSE, so until we have found a good fit, things are moving slowly.

vpetersson avatar Aug 11 '22 09:08 vpetersson

I've pushed a few fixes for installation today. The containers are yet to be tackled, but it should be possible to install the experimental branch both on Pi3 and Pi4 now.

vpetersson avatar Sep 12 '22 17:09 vpetersson

Is the older Buster-lite image still needed, or is this now working on Bullseye?

MisterAnderson91 avatar Sep 15 '22 12:09 MisterAnderson91

No need for Buster anymore. Everything should work on Bullseye. The Docker images are still using Buster because Bullseye dropped support for Python2, but that doesn't affect the host OS.

vpetersson avatar Sep 15 '22 12:09 vpetersson