-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working On Rpi4 #90
Comments
I don't get it, how are you trying to run Ownfoil? With docker or simply Python? |
Docker. https://www.raspberrypi.com/documentation/computers/os.html#python-on-raspberry-pi It's a bookwork issue I'm guessing, so downgrading rpi OS should work? Will have to test later. |
I don't see how "bookwork" can impact Ownfoil is you are using Docker to run it. When using Docker, it will download an image that contains everything that is needed for Ownfoil to run, so all the Python libraries are already included. Normally if you just use docker, i.e. you create a docker-compose as in the README and then use I've pushed some changes to the RPI images, can you test again, without using any tag in the image? |
Yes I use Docker.
so I
paste:
So i tried to:
Container is made, runs, dies with the same error. IDK why either, like you said it should all be "contained" ¯_(ツ)_/¯ |
Can you try to:
Run the docker command again and post the logs if it still fails? |
Mine is working perfectly fine in docker |
Could you try the following command to run and see if it works? You are missing a
|
After using: sudo pip install --break-system-packages -r requirements
Then we try to sudo docker compose up -d
_ownfoil_logs.txt
The text was updated successfully, but these errors were encountered: