-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issues installing py5 on Raspberry Pi 3B #465
Comments
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 |
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
|
Perhaps I was confused about your error message. Does the file Do you somehow have a version of |
Maybe @claudefalbriard or @gilfuser can help us on this one? |
@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. |
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.) |
@sbldn , have you been able to get py5 installed on your Raspberry Pi? |
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 :)
The text was updated successfully, but these errors were encountered: