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

'interpreter' is not recognized as an internal or external command, operable program or batch file.

Open theexpeert opened this issue 2 years ago • 6 comments

Describe the bug

i have tried both curl and pip apporach it is still showing this Screenshot (121)

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

Screenshot (121)

Open Interpreter version

0.1.1

Python version

3.11.5

Operating System name and version

windows 10

Additional context

No response

theexpeert avatar Jan 15 '24 21:01 theexpeert

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.

Lalitkumar21 avatar Jan 16 '24 01:01 Lalitkumar21

Describe the bug

i have tried both curl and pip apporach it is still showing this Screenshot (121)

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

Screenshot (121)

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

ghnnshymm avatar Jan 16 '24 11:01 ghnnshymm

You need to add python and python/scripts folder to PATH

Notnaton avatar Jan 25 '24 16:01 Notnaton

I did that and didn't worked either

Rockstar2K avatar Jan 28 '24 15:01 Rockstar2K

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

robik72 avatar Mar 12 '24 23:03 robik72

It should be installed somewhere, try searching for it in file explorer

Notnaton avatar Mar 19 '24 18:03 Notnaton