[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
theexpeert opened this issue Jan 15, 2024 · 6 comments
Labels
Bug Something isn't working

Comments

@theexpeert
Copy link

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 theexpeert added the Bug Something isn't working label Jan 15, 2024
@Lalitkumar21
Copy link
Lalitkumar21 commented Jan 16, 2024

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.

@ghnnshymm
Copy link

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

@Notnaton
Copy link
Collaborator

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

@Rockstar2K
Copy link
Rockstar2K commented Jan 28, 2024

I did that and didn't worked either

@robik72
Copy link
robik72 commented Mar 12, 2024

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

@Notnaton
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants