I am trying to use the Python tool on Alteryx and I am experiencing some issues.
When I run the first command it seems to work fine:
After this, I try to run the command "from ayx import Alteryx" but it never completes running and another window pops-up indicating that the Kernel is restarting:
I have also tried importing packages such as pandas and requests. When importing requests, it seems to run fine but when importing pandas, the same pop-up shows up of Kernel Restarting and it stops running. So it seems that it works with some packages but it does not work with others.
Has anyone experienced this issue before? Any hints on how to solve this?