open-interpreter
open-interpreter copied to clipboard
'interpreter' is not recognized as an internal or external command (win11)
Describe the bug
while I install interpreter with 'pip install open-interpreter' , it seems succeed . But When I run the interpreter, the terminal displays 'interpreter' is not recognized as an internal or external command, operable program, or batch file.
Reproduce
1.pip install open-interpreter 2.interpreter
then : 'interpreter' is not recognized as an internal or external command, operable program, or batch file.
Expected behavior
begin interactive chat
Screenshots
No response
Open Interpreter version
latest
Python version
3.10.5
Operating System name and version
win11
Additional context
No response
+1
Try this:
pip install --force-reinstall open-interpreter
Solved it, but make sure you're an elevated user when doing so. After that Interpreter can run with regular user privileges.