Issues running on Raspberry pi 5 #1693
Replies: 5 comments 11 replies
-
It's possible that this library requires a dependency that you are missing? What is the output of |
Beta Was this translation helpful? Give feedback.
-
Hello and thanks for the quick response :o I think the closest ive gotten is to use AnyCPU, with AnyCPU I get this error (why is it looking for x86 when my compile only includes arm64) With AnyCPU, it doesnt fail on the using statement, but when I try to do actual code with ImageMagick Not sure, I am a bit clueless when it comes to linux to be honest, I just use it as my server this is the output of the command you suggested |
Beta Was this translation helpful? Give feedback.
-
heyo, I tried the mention package. With that package I get the error in the first post (Could not load Magick.NET-Q8-arm64) with file not found. That was the initial issue, .so file etc is there in both runtimes folders and in the main folder and .dll is present but it still says it cannot find it, not sure how to fix I do screenshot because my server is not letting me copy paste sorry :D |
Beta Was this translation helpful? Give feedback.
-
It really feel like this has to do with the machine you are running this on. I just did a quick change to my builds to check the output of the
I am not sure what else I can do to help you. |
Beta Was this translation helpful? Give feedback.
-
Similar situation and novice cross-cpu-architecture dev here: I'm trying to run my .Net app in a Docker container on a Raspberry PI 5. When using either
While these files are present in the application directory:
However, when using
While in this case the mentioned files are actually not present, only the following files:
Does this information help, can I gather more debugging details or describe my sitution better? Ultimately I would like to be create cross-platform builds with as little platform-specific effort/maintenance as possible of course :) At some point in the process I also added: |
Beta Was this translation helpful? Give feedback.
-
hello,
I have scoured the internet, but I keep getting errors when trying to run on my raspberry pi.
What I have tried:
Using Q8-AnyCpu (did not work, got error that some x86.so file not being found|
PropertyGroup>
true
in my csproj
Q8-arm64, I have both the dll and the .so file present but I still get error.
the .so file is also present in runtimes
Beta Was this translation helpful? Give feedback.
All reactions