-
Notifications
You must be signed in to change notification settings - Fork 1
OpenInterpreter is installed, but plugin can't find it. #7
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
Comments
Sorry to hear that you're having trouble @DA-990 Could you please open your terminal and run Also, |
thank you for quickly replying; the 'which' command threw an error as my terminal didn't understand it. 'Get-Command' however, did, and returned 0.0.0.0 as the version number, oddly. My method of installation was to use the PIP command, so am unsure what version it pulled. I am using Windows 11 and Obsidian 1.7.6. My apologies if I've made a a blunder somewhere, I am quite unfamiliar with this software. |
@DA-990 I use a mac so I don't know how much else I will be but I'll try! can you please run I might need to get some help from Windows users to update the plugin so it can check if it's installed on both systems. |
Ok, that command returned: |
Just a quick update @DA-990 Open Interpreter is going through a re-write, so I'm holding off updates until that happens. This bug is caused by a unix command that isn't compatible with Windows and can be fixed by adding OS checks |
I'm on Linux and it's not recognised |
My open-interpreter is installed within a conda environment. Are there plans to support this case? Perhaps specify the name of the environment as an option? |
Problem is still not solved. I have exactly the same error on Win11. Open Interpreter is on PATH, but obsidian Plugin cannot find it |
Hey there, tried to use the plugin, but it claims it can't find it.
plugin:open-interpreter:327 Executing command: $SHELL -i -c "which interpreter"
plugin:open-interpreter:330 Error finding interpreter: Error: Command failed: $SHELL -i -c "which interpreter"
'$SHELL' is not recognized as an internal or external command,
operable program or batch file.
eval @ plugin:open-interpreter:330
plugin:open-interpreter:331 Stderr: '$SHELL' is not recognized as an internal or external command,
operable program or batch file.
plugin:open-interpreter:338 Interpreter installed: false
plugin:open-interpreter:368 Interpreter not installed, showing modal
The text was updated successfully, but these errors were encountered: