Replies: 9 comments 2 replies
-
Hi, @sbldn ! Thanks for giving py5 a try. It looks like you are missing a standard c++ library required by jpype. Can you try searching for it and see what you find? On my machine in front of me (Fedora) I see this: $ sudo dnf search libstdc++
Last metadata expiration check: 0:04:40 ago on Tue 21 May 2024 11:44:40 AM EDT.
==================================================================== Name Exactly Matched: libstdc++ ====================================================================
libstdc++.x86_64 : GNU Standard C++ Library
libstdc++.i686 : GNU Standard C++ Library
=================================================================== Name & Summary Matched: libstdc++ ===================================================================
rust-link-cplusplus+libstdc++-devel.noarch : Link libstdc++ or libc++ automatically or manually
======================================================================== Name Matched: libstdc++ ========================================================================
libstdc++-devel.x86_64 : Header files and libraries for C++ development
libstdc++-devel.i686 : Header files and libraries for C++ development
libstdc++-docs.x86_64 : Documentation for the GNU standard C++ library
libstdc++-static.i686 : Static libraries for the GNU standard C++ library
libstdc++-static.x86_64 : Static libraries for the GNU standard C++ library
mingw32-libstdc++.x86_64 : MinGW Windows GCC runtime libraries for C++ for the win32 target
mingw64-libstdc++.x86_64 : MinGW Windows GCC runtime libraries for C++ for the win64 target
ucrt64-libstdc++.x86_64 : MinGW Windows GCC runtime libraries for C++ for the win64 target
====================================================================== Summary Matched: libstdc++ =======================================================================
rust-link-cplusplus+default-devel.noarch : Link libstdc++ or libc++ automatically or manually
rust-link-cplusplus+libc++-devel.noarch : Link libstdc++ or libc++ automatically or manually
rust-link-cplusplus+libcxx-devel.noarch : Link libstdc++ or libc++ automatically or manually
rust-link-cplusplus+libstdcxx-devel.noarch : Link libstdc++ or libc++ automatically or manually
rust-link-cplusplus+nothing-devel.noarch : Link libstdc++ or libc++ automatically or manually
rust-link-cplusplus-devel.noarch : Link libstdc++ or libc++ automatically or manually On a Raspberry pi it would probably be |
Beta Was this translation helpful? Give feedback.
-
Hello @hx2A ,
I tried to reinstall libstdc++ but I got the same result, I check the GLIBCXX_X.X.X versions on the RP and I got
|
Beta Was this translation helpful? Give feedback.
-
Perhaps I was confused about your error message. Does the file Do you somehow have a version of |
Beta Was this translation helpful? Give feedback.
-
Maybe @claudefalbriard or @gilfuser can help us on this one? |
Beta Was this translation helpful? Give feedback.
-
@hx2A or @sbldn can you please rename this issue "Issues installing py5 on Raspberry Pi 3B" ? |
Beta Was this translation helpful? Give feedback.
-
@sbldn , sorry for my slow responsiveness. A Processing install is available for the Raspberry pi: https://processing.org/download Can you try installing this and seeing if you can get that to work? If this doesn't work then py5 won't be able to work either. |
Beta Was this translation helpful? Give feedback.
-
I think I was able to make Processing work on an older Raspi a few years ago and I think both @claudefalbriard and @gilfuser also managed to do it, even with py5! (but I don't know the versions, etc.) |
Beta Was this translation helpful? Give feedback.
-
@sbldn , have you been able to get py5 installed on your Raspberry Pi? |
Beta Was this translation helpful? Give feedback.
-
Cheers @sbldn, I have converted this into a discussion, I'd like to ping again @claudefalbriard and @gilfuser, I'm also asking anyone who wishes to report progress on installing py5 on Raspberry Pi & ARM platforms! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use py5 on a Raspberry Pi 3B, after the installation everything looks ok, but I got the following message.
If anyone have an insight about it let me know.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions