I get the following error during Python 2.7 64-bit windows installation. I previously installed python 3.5 64-bit and it worked fine. But during python 2.7 installation i get th
I received a different error but was able to overcome it by adding the following paths to the environment variables:
C:\Users\myusername\Anaconda\envs\Tableau-Python-Server
C:\Users\myusername\Anaconda\envs\Tableau-Python-Server\Scripts
There are several YouTube videos on environment variables and how to change them but for me this worked:
Reboot then do the steps stated by Steve above (thank you Steve!)
Return to the install install directory I originally unzipped TabPy install into and run the setup.bat file again
This started the localhost server and I was able to connect through Tableau following the instructions (help menu, settings and performance, manage external service connection, local host and port 9004)
After connecting I re-read the instructions and logs and saw that pip could be updated so I did that command as stated in the log, run cmd as admin if not already logged in as admin cd to C:\Users\myusername\Anaconda\envs\Tableau-Python-Server enter ..\python -m pip install --upgrade pip
All good.
Seems to leave some windows registry cleanup items but a registry cleaner will solve that no worries.
As always, good idea to restore point before and after installs. Or full backup.