'interpreter' is not recognized as an internal or external command, operable program or batch file.
Describe the bug
i have tried both curl and pip apporach it is still showing this
Reproduce
done pip done curl still shows 'interpreter' is not recognized as an internal or external command, operable program or batch file.
Expected behavior
it should accecpt interpreter and ask for api key
Screenshots
Open Interpreter version
0.1.1
Python version
3.11.5
Operating System name and version
windows 10
Additional context
No response
It will work with terminal not with command prompt or powershell. Or if you want to use on windows you can use it through python.
Describe the bug
i have tried both curl and pip apporach it is still showing this
Reproduce
done pip done curl still shows 'interpreter' is not recognized as an internal or external command, operable program or batch file.
Expected behavior
it should accecpt interpreter and ask for api key
Screenshots
Open Interpreter version
0.1.1
Python version
3.11.5
Operating System name and version
windows 10
Additional context
No response
try with python 3.10 virtual environment, see if its working
You need to add python and python/scripts folder to PATH
I did that and didn't worked either
tried to install it on windows 11, python 3.11.4, from a command prompt (tried also with powershell) with admin provileges using two different methods:
- pip install open-interpreter
- python -m pip install -U open-interpreter --user in both cases, after the installation completes, looking at the python311\scripts directory there is no interpreter.exe hence it fails
It should be installed somewhere, try searching for it in file explorer

