You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for ways to upgrade the system so a Python Transformer can execute python3 code instead of python2.7. I've tried updating the version of conda and setting the python version used by pyspark within the sessionmanager container, but then I can't initiate any workflow due to an error in the PythonExecutionCaretaker class. What steps should I take to enable Python3 within Seahorse transformer operators?
Thanks for your advice
The text was updated successfully, but these errors were encountered:
Hi,
I'm looking for ways to upgrade the system so a
Python Transformer
can execute python3 code instead of python2.7. I've tried updating the version ofconda
and setting the python version used bypyspark
within thesessionmanager
container, but then I can't initiate any workflow due to an error in thePythonExecutionCaretaker
class. What steps should I take to enable Python3 within Seahorse transformer operators?Thanks for your advice
The text was updated successfully, but these errors were encountered: