Getting ModuleNotFoundError when trying to run cs_tools from PS on Windows 10 #104
Answered
by
bbiggs-gaig
bbiggs-gaig
asked this question in
Q&A
-
After installing Python and cs_tools, I am getting the error below with I try to run cs_tools. Thoughts on what I might be doing wrong?
Here is the version of Python I have installed:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
bbiggs-gaig
Feb 19, 2024
Replies: 1 comment 3 replies
-
Hey @bbiggs-gaig , how did you go about installing (Invoke-WebRequest `
-Uri https://raw.githubusercontent.com/thoughtspot/cs_tools/master/cs_tools/updater/_bootstrapper.py `
-UseBasicParsing `
).Content | python - --reinstall |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the reply! I ran the command shown on the first-time-install page. Twice. Didn't know about the
--reinstall
option.I ended up working with ThoughtSpot Support, and I had to run the following commands from PowerShell to get additional Python modules installed. I'm not sure why they didn't get installed when I installed Python and CS Tools initially. ❓❓❓
After I ran these, cs_tools is working fine from the command line.