jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

How can it use py3 #257

Closed lingoWu closed 5 years ago

lingoWu commented 5 years ago

How can pyProcessing use py3, just need to use some important lib like pytorch in py3

villares commented 5 years ago

Hi @lingoWu !

I'm afraid this is the wrong channel for your question. Here is the place for reporting bugs/issues in the project. I suggest you close this and try searching http://discourse.processing.org

I would also like to tell you it's very hard to integrate, and possibly impossible, to use code you might want in Python 3 with Processing.Py, as it is based on Jython that is Python 2 and unable to access C-extended libraries.