-
Notifications
You must be signed in to change notification settings - Fork 5
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
qemu: uncaught target signal 4 (Illegal instruction) - core dumped #21
Comments
It also gives me |
Hi @cowhca. Are you running this on a machine with an arm processor. Perhaps a newer Mac? If so, that's the problem as the Docker image I published was only built for x86. |
Yes, I'm running it on an M1 MacBook Pro. Thanks for letting me know, unfortunate it won't work for me. |
When I get a chance, I'll see if I can do an arm build. It may be that some of the dependencies don't support it but I'll give it a shot and let you know. |
@cowhca - There is now a build for arm/v8 available on dockerhub. Hopefully, the example docker run command from the README page should work for you now. |
Hello. I am experiencing similar issue. Trying this on a rpi4.
update: I have ran the below with the --platform tag mentioned above. It installed, but error when trying to run it.
Error:
|
@duceduc - I haven't tried running it on a Pi4 but I did just try pulling the image on my Pi4 and it worked. Can you run the following command and see what's in the output: |
Hi. This is the output.
My rpi4
|
Thanks @duceduc. I've pushed a new build-up that uses slightly different architecture tags. Can you give a pull another try please. |
Hi. Thank you for for the update. It is working now. Now I just need to play with the options. Having trouble finding the eyes. |
I have docker running and run
docker run -it --rm \ -v "INPUT_DIR" \ -v "OUTPUT_DIR" \ dullage/eyelign:latest
It tells me this and hangs:
qemu: uncaught target signal 4 (Illegal instruction) - core dumped
I am running the command in a directory with INPUT_DIR and OUTPUT_DIR exist and INPUT_DIR has all the images as jpg files.
The text was updated successfully, but these errors were encountered: