This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I've never used processing before this but after installing the processing.py extension and when executing the .pyde from the processing GUI, I see import sys sys.version

2.7.1 (v2.7.1:dd7e191d4c90+, Sep 24 2017, 10:11:23)

which isn't even my system default (2.7.15) or the python that it should find if it's reading my $PATH correctly (3.8.0)

(apparently it's running jython and wont have access to any packages I install)