Skip to content
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

Python 3+ support #33

Closed
Sonderwoods opened this issue Jan 22, 2020 · 1 comment
Closed

Python 3+ support #33

Sonderwoods opened this issue Jan 22, 2020 · 1 comment

Comments

@Sonderwoods
Copy link

Hi guys,

is there a workaround in order to get python 3 support?

I'm really looking a way to connect this to tensorflow and that only runs on python 3+.

I did try a workflow with gh_cpython, that worked well with tensorflow, but then I'm missing out on sc.sticky etc.

@pilcru
Copy link
Owner

pilcru commented Jan 24, 2020

No, the answer is still the same as in #1. As long as Rhino runs IronPython 2, it will not be possible to use this plugin to interface with Python 3. The reason is that it's not possible to translate python 2 to python 3 code on the fly.

For Tensorflow, one workaround is to run it on a Linux machine under python 2, and use that as a remote interpreter in GH Python Remote. But it's a lot of hacking for one specific package, and too many configuration possibilities to deal with in the time I have. Happy to look at a PR if you want to try that :)

@pilcru pilcru closed this as completed Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants