You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any question that needs the interpreter to access the features of the computer module end up giving a
"NameError: name 'computer' is not defined".
This may be due to the codespace in which the interpreter is running the code.
Reproduce
Install latest open-interpreter
Run any code that requires computer module i.e
frominterpreterimportinterpreterif__name__=="__main__":
interpreter.chat("Email John 'Hi'")
Expected behavior
The computer module should be accessible.
Screenshots
Open Interpreter version
0.2.4
Python version
3.11.7
Operating System name and version
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Any question that needs the interpreter to access the features of the computer module end up giving a
"NameError: name 'computer' is not defined".
This may be due to the codespace in which the interpreter is running the code.
Reproduce
Expected behavior
The computer module should be accessible.
Screenshots
Open Interpreter version
0.2.4
Python version
3.11.7
Operating System name and version
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered: