open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

'interpreter' is not recognized as an internal or external command (win11)

Open chenqiJV opened this issue 1 year ago • 3 comments

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

chenqiJV avatar Jan 10 '24 10:01 chenqiJV

+1

filip-van-hoeckel avatar Jan 12 '24 08:01 filip-van-hoeckel

Try this:

pip install --force-reinstall open-interpreter

Notnaton avatar Jan 12 '24 16:01 Notnaton

Solved it, but make sure you're an elevated user when doing so. After that Interpreter can run with regular user privileges.

filip-van-hoeckel avatar Jan 14 '24 09:01 filip-van-hoeckel