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

cant install it in ubuntu

Open YoucefSennoun opened this issue 1 year ago • 1 comments

Describe the bug

when i run code "pip install open-interpreter " i get this ERROR: Could not find a version that satisfies the requirement open-interpreter (from versions: none) ERROR: No matching distribution found for open-interpreter

Expected behavior

to just install

Screenshots

No response

Open Interpreter version

cant install

Python version

last update

Operating System name and version

ubuntu 20.04

Additional context

No response

YoucefSennoun avatar Dec 27 '23 01:12 YoucefSennoun

Run

python3 --version
pip3 --version

If you are using python 3.12 you need to downgrade to 3.11 as one of the dependencies break on 3.12

Notnaton avatar Dec 27 '23 11:12 Notnaton