Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Python Tool / Jupyter Notebook not working after update

EW
11 - Bolide

I updated Alteryx to 2022.1 this week, and now my workflows using the Python tool are no longer working.  Do I need to download a Python/Jupyter update separately or something, or change a setting maybe?  

 

When I click on the Python tool, it says the Jupyter Notebook is loading for a while, and then goes blank without loading.

Python Jupyter.PNG

 

Running the workflow doesn't cause an error in the Python tool, but it doesn't work either.  No data is output.  I can't attach a sample workflow since the non-functional Python tool presumably still contains sensitive information in it.  The specific use is to download data from the Qualtrics API as described in this thread.  If I bring in a new Python tool into a new workflow, the same thing happens where the Jupyter notebook never loads. 

 

It does seem like the One-Tool Example workflow runs and produces output, but the Jupyter notebook never loads there either.  

14 REPLIES 14
rhipp87
8 - Asteroid

Thanks. I did a complete uninstall and my tool works again: Complete Uninstall of Alteryx Designer - Alteryx Community

I will avoid adding Python or Anaconda to Path and instead use alias in PowerShell.

 

New-Item -Type file -Force $profile

Set-Alias python "$HOME\AppData\Local\Programs\Python\Python311\python.exe"
Set-Alias pip "$HOME\AppData\Local\Programs\Python\Python311\scripts\pip.exe"

 

I'm hoping to avoid encountering this issue by troyfontaine's PS suggestion.

rhipp87
8 - Asteroid

I spoke too soon. I installed the predictive tools, and it looks like I'm back to square one. I used RNonAdminInstall_2022.3.1.450.exe, but seeing as how this is related to R, I'm not sure this is the cause. I'll try another complete uninstall and see if only the AlteryxNonAdminInstallx64_2022.3.1.450.exe installer is reliable. In either case, I'll be trying a new Windows installation soon.

 

Version: 2022.3.1.450 Patch: 2

Running Non-Elevated

yuriy
8 - Asteroid

Getting access denied on this page

Eknath
5 - Atom

HI Everyone,

 

Could you please help me with the resolution of the Python tool not being able to load its contents on Alteryx Designer and aslo Jupyter.exe and Jupyter-notebook.exe process was unable to launch on the Task Manager process as well.

 

We have uninstalled the markupsafe package completely from our Servers and restarted the Designer via Run as Administrator, how ever the issue still exists.

 

PLEASE HELP 

PLEASE HELP

Eknath
5 - Atom

Hi team,

 

Could you please let us know if you are able to resolve this issue through unblocking from Antivirus, If Yes, then could you please explain the steps as we are on Windows Server 2019 and issue is still there.

 

Thank you team.

Labels
Top Solution Authors