I installed 2019.4 Designer on a fresh machine and cannot get the Python tool to work properly. The error I am getting is:
Uncrecoverable: Shut down Alteryx, fix this error, then restart.
Jupyter Server tried to start in:"C:\Program Files\Alteryx\bin\Miniconda3\envs\JupyterTool_vEnv" That directory does not exist. Your Alteryx install has been broken. Reinstall.
Looked for this folder to verify and it does not exist. Also checked the jupyer_server.log file and it is there but empty. Even after uninstalling and reinstalling Alteryx, this does not fix it. All of this has been running as elevated on Windows 10. Not sure what to do to get Jupyter installed properly. Any help or ideas would be greatly appreciated.
Solved! Go to Solution.
When you re-installed, did you install the R tools with Designer? If not, go to downloads.alteryx.com to download them.
Select Designer and then the version of Alteryx you have. It will be the Predictive tools.
I had the R tools installed the first time, but did not have them installed the second install time. Just went and got them again and installed. Still having the same issue. I restarted the computer just to make sure everything was fresh.
Do the following files exist:
"C:/Program Files/Alteryx/bin/Miniconda3/Common_Config/jupyter-tool.log"
"C:/Program Files/Alteryx/bin/Miniconda3/Common_Config/requirements-python-tool.txt.log"
If so, can you share the log files?
I only see jupyter-tool.log file in this folder. I renamed it to a txt file so that I could attach it. Did not see the requirements-python-tool.txt.log file.
Thanks
It looks like the Python Tool is unable to create a virtual environment due to a syntax error in your personal .condarc file. See below (ports/url masked for privacy):
InvalidTypeError: Parameter proxy_servers = 'port:url port:url' declared in C:\Users\corleyr\.condarc has type str.
Valid types:
- frozendict
Can you correct your .condarc file and reinstall alteryx?
Thank you Andrew. I had a custom .condarc file that I forgot about and this was causing the issue. Works now!!!