I’m trying to use workflows from the Hub Python Script Space. For example:
If I use the Columnar Backend I get the following error:
ERROR CSV Reader 3:1 Execute failed: Unable to create DataContainerDelegate for ColumnarTableBackend.
If I use the default backend, the CSV Reader works, but the Python Script node doesn’t start Python. I’m using the Bundled “environment.”
Used Bundled environment and columnar backend. Same problem as earlier. The script starts to run but doesn’t seem to load Python. Is there some trick to using “Bundled”?
@mlauber71 Thanks for your interest and time. I manually created the “Bundled” environment and it works. I’m puzzled why the Bundled environment doesn’t work as downloaded.