Hello,
I am trying to use py5 on a Raspberry Pi 3B, after the installation everything looks ok, but I got the following message.
Traceback (most recent call last):
File "/home/pi/py5test.py", line 1, in <module>
import py5
File "/home/pi/.local/lib/python3.9/site-packages/py5/__init__.py", line 34, in <module>
import jpype.imports # noqa
File "/home/pi/.local/lib/python3.9/site-packages/jpype/__init__.py", line 18, in <module>
import _jpype
ImportError: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /home/pi/.local/lib/python3.9/site-packages/_jpype.cpython-39-arm-linux-gnueabihf.so)
If anyone have an insight about it let me know.
Thanks :)
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 :)