I want to use python3.6
in the python mode if it is possible. Currently the version info is 2.7.1
. My processing version is 3.5.3
.
Any suggestion on how to make the upgrade?
Thanks in advance.
I am using Ubuntu 18.04
and the default python in my os is python 3.6.8
1 Like
Not possible, I’m afraid. Processing Python mode uses Jython, which is bundled into Processing Python mode. Jython doesn’t support Python 3.
You could try this: https://github.com/p5py/p5. It’s a native port of Processing and runs in Python 3.
There’s also Shoebot a cross-platform port of Nodebox 1.
3 Likes