-
Notifications
You must be signed in to change notification settings - Fork 89
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
compatibility with raspberry Debian Buster #52
Comments
I managed to install it on my raspberry pi 4 but not with the docker, since arm7 architecture is not in manifest. At this point I don't know what else to do. |
I didn't see such exception before. So I don't have raspberry pi4 and I can't reproduce and fix it |
Oh. That’s a pity. If there is something that I can do to assist you, maybe some troubleshooting pls let me know. I really would like to make it working. |
Sorry. I have no idea. You can try to debug code with import pdb; pdb.set_trace() but if you have experience in python language |
I would not really know where to put the import pdb; pdb.set_trace(). I tried in feed.py a few lines before line 153 but I did not see prompting during the execution as you can see below. pi@raspberrypi:~/pol $ python downloader.py |
Hi there... I tried a new installation on rpi3 with ubuntu 18.04 and not debian this time. fixing the indentation but I get another error: so obviously I m doing something very wrong. |
Sorry. But currently, I have no enough. I will back to the issue but I don't know when |
I would like to respond this topic again. It would be really great if a version linux/arm/v7 would be provided to use it on the Raspberry Pi 4 with docker. |
I tried to build it in the raspberry pi4 and got the following message during pulling dbpolitepol...
no matching manifest for linux/arm/v7 in the manifest list entries
did u plan to add compatibility to raspberry architecture?
The text was updated successfully, but these errors were encountered: