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
While attempting to install the “self-operating-computer” package using the command “python3 -m pip install self-operating-computer”, I encounter an error related to the numpy version 1.26.1. Despite successfully installing various other versions, the 1.26.1 version consistently fails during installation, causing errors every time.
Steps to Reproduce
just running the command.
Screenshots
Additional context
Running on macOS Sequoia, on a M3 Macbook
The text was updated successfully, but these errors were encountered:
If I use the "--no-deps" flag I can bypass this an get it installed successfully, but then then the "operate" command gives me this error ModuleNotFoundError: No module named 'prompt_toolkit'
Describe the bug
While attempting to install the “self-operating-computer” package using the command “python3 -m pip install self-operating-computer”, I encounter an error related to the numpy version 1.26.1. Despite successfully installing various other versions, the 1.26.1 version consistently fails during installation, causing errors every time.
Steps to Reproduce
Screenshots
Additional context
Running on macOS Sequoia, on a M3 Macbook
The text was updated successfully, but these errors were encountered: