1

I installed Python and added it to my Local environment path. Cmd prompt does recognize it.

I installed some packages, including TabPy and I get the same error when I try to open it in cmd prompt. I type in “TabPy” and it says ‘TabPy’ is not recognized as an internal or external command, operable program or batch file.

Do I need to add something else to my local path to get this to work? I’ve tried to add the location of the file but I get the same error message.

  • 2
    I don't know anything about TabPy, but if it installs some executable binary, you need to add that to your PATH too! Usually modules install the binaries in the `Script` folder of your python installation (where your python.exe is located). – Frieder Mar 05 '20 at 14:50
  • Thank you. You were right! I needed to add the Script folder. – AcademicMission Mar 10 '20 at 01:26
  • The command is `tabpy`, not `TabPy`. Here is the documentation for how to install and start TabPy - https://github.com/tableau/TabPy/blob/master/docs/server-install.md – Oleksandr Golovatyi Nov 11 '20 at 01:06

0 Answers0