Coder Social home page Coder Social logo

Comments (2)

jordanbtucker avatar jordanbtucker commented on May 17, 2024

Thanks for reporting. Please ensure that you are running Python 3.10 or later.

from open-interpreter.

kirkzhangtech avatar kirkzhangtech commented on May 17, 2024

resolved the issue , i am using wsl2 ubuntu20.04 .

  1. install python3.11
  2. rebuild pip3 for python3.11
  3. pip3 install open-interpreter
pip3 install open-interpreter
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting open-interpreter
  Downloading https://mirrors.aliyun.com/pypi/packages/d3/86/60eaa318a8def422037bd9141d49c8146b660dec5d2a38eb0111fdd8cf02/open_interpreter-0.1.1-py3-none-any.whl (26 kB)
Collecting appdirs<2.0.0,>=1.4.4 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting astor<0.9.0,>=0.8.1 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/c3/88/97eef84f48fa04fbd6750e62dcceafba6c63c81b7ac1420856c8dcc0a3f9/astor-0.8.1-py2.py3-none-any.whl (27 kB)
Collecting git-python<2.0.0,>=1.0.3 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/8a/de/0cc6353a45cdb1e137cffac5383097b300cc578e2e1133eeb847e23a1394/git_python-1.0.3-py2.py3-none-any.whl (1.9 kB)
Collecting inquirer<4.0.0,>=3.1.3 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/a5/e7/009c1ad178a2ec0ab21606ef3efc151b2a7be56a3735a521c93049425a02/inquirer-3.1.3-py3-none-any.whl (18 kB)
Collecting openai<0.28.0,>=0.27.8 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/f1/1f/3a0cb7d172f451b2ca8bf65d9196aa3b6878c010d461257c621e4bd48cad/openai-0.27.10-py3-none-any.whl (76 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.5/76.5 kB 184.0 kB/s eta 0:00:00
Collecting rich<14.0.0,>=13.4.2 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/8d/5f/21a93b2ec205f4b79853ff6e838e3c99064d5dbe85ec6b05967506f14af0/rich-13.5.2-py3-none-any.whl (239 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.7/239.7 kB 198.0 kB/s eta 0:00:00
Collecting six<2.0.0,>=1.16.0 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting tiktoken<0.5.0,>=0.4.0 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/14/aa/c408e1da953e1207fff2cd8a783081b7eaf12dcd3083cacbc170009cfc18/tiktoken-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 198.0 kB/s eta 0:00:00
Collecting tokentrim<0.2.0,>=0.1.9 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/53/5a/8439751019c66081f96cce70c921a1d779d36fd15e7207c892a09e8b56f6/tokentrim-0.1.10-py3-none-any.whl (4.1 kB)
Collecting wget<4.0,>=3.2 (from open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/47/6a/62e288da7bcda82b935ff0c6cfe542970f04e29c756b0e147251b2fb251f/wget-3.2.zip (10 kB)
  Preparing metadata (setup.py) ... done
Collecting gitpython (from git-python<2.0.0,>=1.0.3->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/0f/c6/bb9e2276b6fed126aa21e292493b45a3df4cfba7cbfcf2ab8809a6b0e718/GitPython-3.1.35-py3-none-any.whl (188 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.8/188.8 kB 197.1 kB/s eta 0:00:00
Collecting blessed>=1.19.0 (from inquirer<4.0.0,>=3.1.3->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/76/98/584f211c3a4bb38f2871fa937ee0cc83c130de50c955d6c7e2334dbf4acb/blessed-1.20.0-py2.py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 156.5 kB/s eta 0:00:00
Collecting python-editor>=1.0.4 (from inquirer<4.0.0,>=3.1.3->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/c6/d3/201fc3abe391bbae6606e6f1d598c15d367033332bd54352b12f35513717/python_editor-1.0.4-py3-none-any.whl (4.9 kB)
Collecting readchar>=3.0.6 (from inquirer<4.0.0,>=3.1.3->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/cd/14/730280df294e52e395a70111f4d9b07be94f5ba7a69db7eba3c324f113b2/readchar-4.0.5-py3-none-any.whl (8.5 kB)
Collecting requests>=2.20 (from openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 193.6 kB/s eta 0:00:00
Collecting tqdm (from openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 136.7 kB/s eta 0:00:00
Collecting aiohttp (from openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/4c/b8/5c5efbb1d3cb1da3612b8e309e8e31b602ee9c5cca8e41961db385fc9d00/aiohttp-3.8.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 150.6 kB/s eta 0:00:00
Collecting markdown-it-py>=2.2.0 (from rich<14.0.0,>=13.4.2->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 201.1 kB/s eta 0:00:00
Collecting pygments<3.0.0,>=2.13.0 (from rich<14.0.0,>=13.4.2->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 204.3 kB/s eta 0:00:00
Collecting regex>=2022.1.18 (from tiktoken<0.5.0,>=0.4.0->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/2c/8d/3a99825e156744b85b031c1ea966051b85422d13972ed7cd2cd440e0c6c4/regex-2023.8.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (782 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 782.4/782.4 kB 203.2 kB/s eta 0:00:00
Collecting wcwidth>=0.1.4 (from blessed>=1.19.0->inquirer<4.0.0,>=3.1.3->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/20/f4/c0584a25144ce20bfcf1aecd041768b8c762c1eb0aa77502a3f0baa83f11/wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14.0.0,>=13.4.2->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Requirement already satisfied: setuptools>=41.0 in /usr/local/lib/python3.11/dist-packages (from readchar>=3.0.6->inquirer<4.0.0,>=3.1.3->open-interpreter) (68.2.0)
Collecting charset-normalizer<4,>=2 (from requests>=2.20->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/bc/85/ef25d4ba14c7653c3020a1c6e1a7413e6791ef36a0ac177efa605fc2c737/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 202.9 kB/s eta 0:00:00
Collecting idna<4,>=2.5 (from requests>=2.20->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 202.0 kB/s eta 0:00:00
Collecting urllib3<3,>=1.21.1 (from requests>=2.20->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 208.2 kB/s eta 0:00:00
Collecting certifi>=2017.4.17 (from requests>=2.20->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl (158 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 198.3 kB/s eta 0:00:00
Collecting attrs>=17.3.0 (from aiohttp->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 191.0 kB/s eta 0:00:00
Collecting multidict<7.0,>=4.5 (from aiohttp->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/9d/5a/34bd606569178ad8a931ea4d59cda926b046cfa4c01b0191c2e04cfd44c2/multidict-6.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.4/117.4 kB 199.6 kB/s eta 0:00:00
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/ee/8d/55467943a172b97c1b5d9569433c1a70f86f1f9b0f1c6574285f8ad02fc2/yarl-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.8/282.8 kB 206.2 kB/s eta 0:00:00
Collecting frozenlist>=1.1.1 (from aiohttp->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/e6/7e/74b176a5580e1a41da326d07cf47a0032923fb3eeec9afbd92bb5c6457df/frozenlist-1.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (250 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.5/250.5 kB 203.8 kB/s eta 0:00:00
Collecting aiosignal>=1.1.2 (from aiohttp->openai<0.28.0,>=0.27.8->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting gitdb<5,>=4.0.1 (from gitpython->git-python<2.0.0,>=1.0.3->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/21/a6/35f83efec687615c711fe0a09b67e58f6d1254db27b1013119de46f450bd/gitdb-4.0.10-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 190.6 kB/s eta 0:00:00
Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython->git-python<2.0.0,>=1.0.3->open-interpreter)
  Downloading https://mirrors.aliyun.com/pypi/packages/6d/01/7caa71608bc29952ae09b0be63a539e50d2484bc37747797a66a60679856/smmap-5.0.0-py3-none-any.whl (24 kB)
Building wheels for collected packages: wget
  Building wheel for wget (setup.py) ... done
  Created wheel for wget: filename=wget-3.2-py3-none-any.whl size=9655 sha256=155260d838b5b7ec9b2fbd0cbc5ef0112fc5a304764c911c1cc11b5fd33c73f9
  Stored in directory: /home/kirk/.cache/pip/wheels/a3/7f/7d/7afeb7527735f083c7680011eb17b68da66ef653d8fce6f362
Successfully built wget
Installing collected packages: wget, wcwidth, python-editor, appdirs, urllib3, tqdm, smmap, six, regex, readchar, pygments, multidict, mdurl, idna, frozenlist, charset-normalizer, certifi, attrs, async-timeout, astor, yarl, requests, markdown-it-py, gitdb, blessed, aiosignal, tiktoken, rich, inquirer, gitpython, aiohttp, tokentrim, openai, git-python, open-interpreter
Successfully installed aiohttp-3.8.5 aiosignal-1.3.1 appdirs-1.4.4 astor-0.8.1 async-timeout-4.0.3 attrs-23.1.0 blessed-1.20.0 certifi-2023.7.22 charset-normalizer-3.2.0 frozenlist-1.4.0 git-python-1.0.3 gitdb-4.0.10 gitpython-3.1.35 idna-3.4 inquirer-3.1.3 markdown-it-py-3.0.0 mdurl-0.1.2 multidict-6.0.4 open-interpreter-0.1.1 openai-0.27.10 pygments-2.16.1 python-editor-1.0.4 readchar-4.0.5 regex-2023.8.8 requests-2.31.0 rich-13.5.2 six-1.16.0 smmap-5.0.0 tiktoken-0.4.0 tokentrim-0.1.10 tqdm-4.66.1 urllib3-2.0.4 wcwidth-0.2.6 wget-3.2 yarl-1.9.2

from open-interpreter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.