GithubHelp home page GithubHelp logo

getting error while running about auto-gpt HOT 2 OPEN

kittenvr avatar kittenvr commented on July 20, 2024 1
getting error while running

from auto-gpt.

Comments (2)

tse00022 avatar tse00022 commented on July 20, 2024

It seems like you're missing the agbenchmark package. Try running pip install agbenchmark

from auto-gpt.

kittenvr avatar kittenvr commented on July 20, 2024

It seems like you're missing the agbenchmark package. Try running pip install agbenchmark

pizzav@nobara:/Documents/AutoGPT$ pip install agbenchmark
Defaulting to user installation because normal site-packages is not writeable
Collecting agbenchmark
Obtaining dependency information for agbenchmark from https://files.pythonhosted.org/packages/89/cf/984bbcea12511aff6437ffe0fbead4af1e7762ab27a5204cda339ef047d7/agbenchmark-0.0.10-py3-none-any.whl.metadata
Downloading agbenchmark-0.0.10-py3-none-any.whl.metadata (2.5 kB)
Requirement already satisfied: click<9.0.0,>=8.1.3 in /usr/lib/python3.12/site-packages (from agbenchmark) (8.1.3)
Collecting colorama<0.5.0,>=0.4.6 (from agbenchmark)
Obtaining dependency information for colorama<0.5.0,>=0.4.6 from https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl.metadata
Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting fastapi<0.100.0,>=0.99.0 (from agbenchmark)
Obtaining dependency information for fastapi<0.100.0,>=0.99.0 from https://files.pythonhosted.org/packages/73/eb/03b691afa0b5ffa1e93ed34f97ec1e7855c758efbdcfb16c209af0b0506b/fastapi-0.99.1-py3-none-any.whl.metadata
Downloading fastapi-0.99.1-py3-none-any.whl.metadata (23 kB)
Collecting gitpython<4.0.0,>=3.1.32 (from agbenchmark)
Obtaining dependency information for gitpython<4.0.0,>=3.1.32 from https://files.pythonhosted.org/packages/e9/bd/cc3a402a6439c15c3d4294333e13042b915bbeab54edc457c723931fed3f/GitPython-3.1.43-py3-none-any.whl.metadata
Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB)
Collecting helicone<2.0.0,>=1.0.9 (from agbenchmark)
Obtaining dependency information for helicone<2.0.0,>=1.0.9 from https://files.pythonhosted.org/packages/69/d3/35d14cead220b7da473b0f821ccc7bb34cca747724e8c8b73da91351d028/helicone-1.0.14-py3-none-any.whl.metadata
Downloading helicone-1.0.14-py3-none-any.whl.metadata (733 bytes)
Collecting matplotlib<4.0.0,>=3.7.2 (from agbenchmark)
Obtaining dependency information for matplotlib<4.0.0,>=3.7.2 from https://files.pythonhosted.org/packages/f4/ff/da311c1e679eed54d3aed67754a4e859bd3b773060c2fa187962e60fcb85/matplotlib-3.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading matplotlib-3.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting networkx<4.0,>=3.1 (from agbenchmark)
Obtaining dependency information for networkx<4.0,>=3.1 from https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl.metadata
Downloading networkx-3.3-py3-none-any.whl.metadata (5.1 kB)
Collecting openai<0.28.0,>=0.27.8 (from agbenchmark)
Obtaining dependency information for openai<0.28.0,>=0.27.8 from https://files.pythonhosted.org/packages/f1/1f/3a0cb7d172f451b2ca8bf65d9196aa3b6878c010d461257c621e4bd48cad/openai-0.27.10-py3-none-any.whl.metadata
Downloading openai-0.27.10-py3-none-any.whl.metadata (13 kB)
Collecting pandas<3.0.0,>=2.0.3 (from agbenchmark)
Obtaining dependency information for pandas<3.0.0,>=2.0.3 from https://files.pythonhosted.org/packages/40/10/79e52ef01dfeb1c1ca47a109a01a248754ebe990e159a844ece12914de83/pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB)
Requirement already satisfied: pexpect<5.0.0,>=4.8.0 in /usr/lib/python3.12/site-packages (from agbenchmark) (4.8.0)
Requirement already satisfied: psutil<6.0.0,>=5.9.5 in /usr/lib64/python3.12/site-packages (from agbenchmark) (5.9.5)
Collecting pydantic<2.0.0,>=1.10.9 (from agbenchmark)
Obtaining dependency information for pydantic<2.0.0,>=1.10.9 from https://files.pythonhosted.org/packages/27/17/a9872f20809e37ad03c523994ef3e0b7420c6508fe4553b7c0d8476ee03a/pydantic-1.10.15-py3-none-any.whl.metadata
Downloading pydantic-1.10.15-py3-none-any.whl.metadata (150 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.6/150.6 kB 2.6 MB/s eta 0:00:00
Collecting pytest<8.0.0,>=7.3.2 (from agbenchmark)
Obtaining dependency information for pytest<8.0.0,>=7.3.2 from https://files.pythonhosted.org/packages/51/ff/f6e8b8f39e08547faece4bd80f89d5a8de68a38b2d179cc1c4490ffa3286/pytest-7.4.4-py3-none-any.whl.metadata
Downloading pytest-7.4.4-py3-none-any.whl.metadata (7.9 kB)
Collecting pytest-asyncio<0.22.0,>=0.21.1 (from agbenchmark)
Obtaining dependency information for pytest-asyncio<0.22.0,>=0.21.1 from https://files.pythonhosted.org/packages/9c/ce/1e4b53c213dce25d6e8b163697fbce2d43799d76fa08eea6ad270451c370/pytest_asyncio-0.21.2-py3-none-any.whl.metadata
Downloading pytest_asyncio-0.21.2-py3-none-any.whl.metadata (4.0 kB)
Collecting python-dotenv<2.0.0,>=1.0.0 (from agbenchmark)
Obtaining dependency information for python-dotenv<2.0.0,>=1.0.0 from https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c606d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl.metadata
Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
Collecting python-multipart<0.0.7,>=0.0.6 (from agbenchmark)
Obtaining dependency information for python-multipart<0.0.7,>=0.0.6 from https://files.pythonhosted.org/packages/b4/ff/b1e11d8bffb5e0e1b6d27f402eeedbeb9be6df2cdbc09356a1ae49806dbf/python_multipart-0.0.6-py3-none-any.whl.metadata
Downloading python_multipart-0.0.6-py3-none-any.whl.metadata (2.5 kB)
Collecting pyvis<0.4.0,>=0.3.2 (from agbenchmark)
Obtaining dependency information for pyvis<0.4.0,>=0.3.2 from https://files.pythonhosted.org/packages/ab/4b/e37e4e5d5ee1179694917b445768bdbfb084f5a59ecd38089d3413d4c70f/pyvis-0.3.2-py3-none-any.whl.metadata
Downloading pyvis-0.3.2-py3-none-any.whl.metadata (1.7 kB)
Collecting requests<3.0.0,>=2.31.0 (from agbenchmark)
Obtaining dependency information for requests<3.0.0,>=2.31.0 from https://files.pythonhosted.org/packages/c3/20/748e38b466e0819491f0ce6e90ebe4184966ee304fe483e2c414b0f4ef07/requests-2.32.2-py3-none-any.whl.metadata
Downloading requests-2.32.2-py3-none-any.whl.metadata (4.6 kB)
Collecting selenium<5.0.0,>=4.11.2 (from agbenchmark)
Obtaining dependency information for selenium<5.0.0,>=4.11.2 from https://files.pythonhosted.org/packages/e0/7a/08f0ea19a0c835e88aad011083d9dda69a9dfa4585c3453b3bd842eb7bed/selenium-4.21.0-py3-none-any.whl.metadata
Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB)
Collecting toml<0.11.0,>=0.10.2 (from agbenchmark)
Obtaining dependency information for toml<0.11.0,>=0.10.2 from https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl.metadata
Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
Collecting types-requests<3.0.0.0,>=2.31.0.1 (from agbenchmark)
Obtaining dependency information for types-requests<3.0.0.0,>=2.31.0.1 from https://files.pythonhosted.org/packages/cf/12/41212fac764c538e9472c7abccf40db3d9d9a40658184388f9dbb78dc6e1/types_requests-2.32.0.20240523-py3-none-any.whl.metadata
Downloading types_requests-2.32.0.20240523-py3-none-any.whl.metadata (1.8 kB)
Collecting uvicorn<0.24.0,>=0.23.2 (from agbenchmark)
Obtaining dependency information for uvicorn<0.24.0,>=0.23.2 from https://files.pythonhosted.org/packages/79/96/b0882a1c3f7ef3dd86879e041212ae5b62b4bd352320889231cc735a8e8f/uvicorn-0.23.2-py3-none-any.whl.metadata
Downloading uvicorn-0.23.2-py3-none-any.whl.metadata (6.2 kB)
Collecting starlette<0.28.0,>=0.27.0 (from fastapi<0.100.0,>=0.99.0->agbenchmark)
Obtaining dependency information for starlette<0.28.0,>=0.27.0 from https://files.pythonhosted.org/packages/58/f8/e2cca22387965584a409795913b774235752be4176d276714e15e1a58884/starlette-0.27.0-py3-none-any.whl.metadata
Downloading starlette-0.27.0-py3-none-any.whl.metadata (5.8 kB)
Collecting typing-extensions>=4.5.0 (from fastapi<0.100.0,>=0.99.0->agbenchmark)
Obtaining dependency information for typing-extensions>=4.5.0 from https://files.pythonhosted.org/packages/e1/4d/d612de852a0bc64a64418e1cef25fe1914c5b1611e34cc271ed7e36174c8/typing_extensions-4.12.0-py3-none-any.whl.metadata
Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB)
Collecting gitdb<5,>=4.0.1 (from gitpython<4.0.0,>=3.1.32->agbenchmark)
Obtaining dependency information for gitdb<5,>=4.0.1 from https://files.pythonhosted.org/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl.metadata
Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB)
Collecting lockfile<0.13.0,>=0.12.2 (from helicone<2.0.0,>=1.0.9->agbenchmark)
Obtaining dependency information for lockfile<0.13.0,>=0.12.2 from https://files.pythonhosted.org/packages/c8/22/9460e311f340cb62d26a38c419b1381b8593b0bb6b5d1f056938b086d362/lockfile-0.12.2-py2.py3-none-any.whl.metadata
Downloading lockfile-0.12.2-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyhumps<4.0.0,>=3.8.0 (from helicone<2.0.0,>=1.0.9->agbenchmark)
Obtaining dependency information for pyhumps<4.0.0,>=3.8.0 from https://files.pythonhosted.org/packages/9e/11/a1938340ecb32d71e47ad4914843775011e6e9da59ba1229f181fef3119e/pyhumps-3.8.0-py3-none-any.whl.metadata
Downloading pyhumps-3.8.0-py3-none-any.whl.metadata (4.0 kB)
Collecting contourpy>=1.0.1 (from matplotlib<4.0.0,>=3.7.2->agbenchmark)
Obtaining dependency information for contourpy>=1.0.1 from https://files.pythonhosted.org/packages/01/29/65d81d2546a2487d57e16b2b789bbc0279b081766a75587e60002f16a6b8/contourpy-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading contourpy-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib<4.0.0,>=3.7.2->agbenchmark)
Obtaining dependency information for cycler>=0.10 from https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl.metadata
Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib<4.0.0,>=3.7.2->agbenchmark)
Obtaining dependency information for fonttools>=4.22.0 from https://files.pythonhosted.org/packages/5d/7e/0c39348c831757f55841937fc69c0460ebbd682bd512d50a3181501b69fb/fonttools-4.52.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading fonttools-4.52.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (161 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.7/161.7 kB 4.3 MB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib<4.0.0,>=3.7.2->agbenchmark)
Obtaining dependency information for kiwisolver>=1.3.1 from https://files.pythonhosted.org/packages/e3/d5/bc0f22ac108743062ab703f8d6d71c9c7b077b8839fa358700bfb81770b8/kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)
Requirement already satisfied: numpy>=1.23 in /usr/lib64/python3.12/site-packages (from matplotlib<4.0.0,>=3.7.2->agbenchmark) (1.24.4)
Requirement already satisfied: packaging>=20.0 in /usr/lib/python3.12/site-packages (from matplotlib<4.0.0,>=3.7.2->agbenchmark) (23.1)
Requirement already satisfied: pillow>=8 in /usr/lib64/python3.12/site-packages (from matplotlib<4.0.0,>=3.7.2->agbenchmark) (10.3.0)
Requirement already satisfied: pyparsing>=2.3.1 in /usr/lib/python3.12/site-packages (from matplotlib<4.0.0,>=3.7.2->agbenchmark) (3.0.9)
Requirement already satisfied: python-dateutil>=2.7 in /usr/lib/python3.12/site-packages (from matplotlib<4.0.0,>=3.7.2->agbenchmark) (2.8.2)
Collecting tqdm (from openai<0.28.0,>=0.27.8->agbenchmark)
Obtaining dependency information for tqdm from https://files.pythonhosted.org/packages/18/eb/fdb7eb9e48b7b02554e1664afd3bd3f117f6b6d6c5881438a0b055554f9b/tqdm-4.66.4-py3-none-any.whl.metadata
Downloading tqdm-4.66.4-py3-none-any.whl.metadata (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 5.1 MB/s eta 0:00:00
Collecting aiohttp (from openai<0.28.0,>=0.27.8->agbenchmark)
Obtaining dependency information for aiohttp from https://files.pythonhosted.org/packages/dd/0a/526c8480bd846b9155c624c7e54db94733fc6b381dfd748cc8dd69c994b0/aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB)
Collecting numpy>=1.23 (from matplotlib<4.0.0,>=3.7.2->agbenchmark)
Obtaining dependency information for numpy>=1.23 from https://files.pythonhosted.org/packages/0f/50/de23fde84e45f5c4fda2488c759b69990fd4512387a8632860f3ac9cd225/numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 3.5 MB/s eta 0:00:00
Collecting pytz>=2020.1 (from pandas<3.0.0,>=2.0.3->agbenchmark)
Obtaining dependency information for pytz>=2020.1 from https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl.metadata
Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas<3.0.0,>=2.0.3->agbenchmark)
Obtaining dependency information for tzdata>=2022.7 from https://files.pythonhosted.org/packages/65/58/f9c9e6be752e9fcb8b6a0ee9fb87e6e7a1f6bcab2cdc73f02bb7ba91ada0/tzdata-2024.1-py2.py3-none-any.whl.metadata
Downloading tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
Requirement already satisfied: ptyprocess>=0.5 in /usr/lib/python3.12/site-packages (from pexpect<5.0.0,>=4.8.0->agbenchmark) (0.7.0)
Collecting iniconfig (from pytest<8.0.0,>=7.3.2->agbenchmark)
Obtaining dependency information for iniconfig from https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl.metadata
Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
Collecting pluggy<2.0,>=0.12 (from pytest<8.0.0,>=7.3.2->agbenchmark)
Obtaining dependency information for pluggy<2.0,>=0.12 from https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl.metadata
Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting ipython>=5.3.0 (from pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for ipython>=5.3.0 from https://files.pythonhosted.org/packages/71/1b/c7bbd3e03ee6f3580a8afbdf8d6fd38279da03bd5c4bc431907ea3246f9a/ipython-8.24.0-py3-none-any.whl.metadata
Downloading ipython-8.24.0-py3-none-any.whl.metadata (4.9 kB)
Collecting jinja2>=2.9.6 (from pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for jinja2>=2.9.6 from https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl.metadata
Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting jsonpickle>=1.4.1 (from pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for jsonpickle>=1.4.1 from https://files.pythonhosted.org/packages/19/c3/453e4e2da82d5efad9e653916a120d94daf5062f7eae43e28f39fff1bc6a/jsonpickle-3.0.4-py3-none-any.whl.metadata
Downloading jsonpickle-3.0.4-py3-none-any.whl.metadata (2.6 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.12/site-packages (from requests<3.0.0,>=2.31.0->agbenchmark) (3.2.0)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.12/site-packages (from requests<3.0.0,>=2.31.0->agbenchmark) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3.12/site-packages (from requests<3.0.0,>=2.31.0->agbenchmark) (1.26.18)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.12/site-packages (from requests<3.0.0,>=2.31.0->agbenchmark) (2023.5.7)
Collecting trio
=0.17 (from selenium<5.0.0,>=4.11.2->agbenchmark)
Obtaining dependency information for trio~=0.17 from https://files.pythonhosted.org/packages/76/51/12d78ec8abcbda51d8f115d98ebd3ee3da9d9d9af00ac69d3097c5b8d51a/trio-0.25.1-py3-none-any.whl.metadata
Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB)
Collecting trio-websocket~=0.9 (from selenium<5.0.0,>=4.11.2->agbenchmark)
Obtaining dependency information for trio-websocket~=0.9 from https://files.pythonhosted.org/packages/48/be/a9ae5f50cad5b6f85bd2574c2c923730098530096e170c1ce7452394d7aa/trio_websocket-0.11.1-py3-none-any.whl.metadata
Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB)
Collecting urllib3<3,>=1.21.1 (from requests<3.0.0,>=2.31.0->agbenchmark)
Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl.metadata
Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting h11>=0.8 (from uvicorn<0.24.0,>=0.23.2->agbenchmark)
Obtaining dependency information for h11>=0.8 from https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl.metadata
Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython<4.0.0,>=3.1.32->agbenchmark)
Obtaining dependency information for smmap<6,>=3.0.1 from https://files.pythonhosted.org/packages/a7/a5/10f97f73544edcdef54409f1d839f6049a0d79df68adbc1ceb24d1aaca42/smmap-5.0.1-py3-none-any.whl.metadata
Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB)
Requirement already satisfied: decorator in /usr/lib/python3.12/site-packages (from ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark) (5.1.1)
Collecting jedi>=0.16 (from ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for jedi>=0.16 from https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl.metadata
Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting matplotlib-inline (from ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for matplotlib-inline from https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl.metadata
Downloading matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB)
Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for prompt-toolkit<3.1.0,>=3.0.41 from https://files.pythonhosted.org/packages/96/e2/139d9c6153f61439c3719a95e63e69eec7f11b9ed80a0c1b032eb60ee7da/prompt_toolkit-3.0.44-py3-none-any.whl.metadata
Downloading prompt_toolkit-3.0.44-py3-none-any.whl.metadata (6.4 kB)
Collecting pygments>=2.4.0 (from ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for pygments>=2.4.0 from https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl.metadata
Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting stack-data (from ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for stack-data from https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl.metadata
Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting traitlets>=5.13.0 (from ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for traitlets>=5.13.0 from https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl.metadata
Downloading traitlets-5.14.3-py3-none-any.whl.metadata (10 kB)
Collecting MarkupSafe>=2.0 (from jinja2>=2.9.6->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/0a/0d/2454f072fae3b5a137c119abf15465d1771319dfe9e4acbb31722a0fff91/MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Requirement already satisfied: six>=1.5 in /usr/lib/python3.12/site-packages (from python-dateutil>=2.7->matplotlib<4.0.0,>=3.7.2->agbenchmark) (1.16.0)
Collecting anyio<5,>=3.4.0 (from starlette<0.28.0,>=0.27.0->fastapi<0.100.0,>=0.99.0->agbenchmark)
Obtaining dependency information for anyio<5,>=3.4.0 from https://files.pythonhosted.org/packages/7b/a2/10639a79341f6c019dedc95bd48a4928eed9f1d1197f4c04f546fc7ae0ff/anyio-4.4.0-py3-none-any.whl.metadata
Downloading anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB)
Collecting attrs>=23.2.0 (from trio~=0.17->selenium<5.0.0,>=4.11.2->agbenchmark)
Obtaining dependency information for attrs>=23.2.0 from https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl.metadata
Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting sortedcontainers (from trio~=0.17->selenium<5.0.0,>=4.11.2->agbenchmark)
Obtaining dependency information for sortedcontainers from https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
Collecting outcome (from trio~=0.17->selenium<5.0.0,>=4.11.2->agbenchmark)
Obtaining dependency information for outcome from https://files.pythonhosted.org/packages/55/8b/5ab7257531a5d830fc8000c476e63c935488d74609b50f9384a643ec0a62/outcome-1.3.0.post0-py2.py3-none-any.whl.metadata
Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB)
Collecting sniffio>=1.3.0 (from trio~=0.17->selenium<5.0.0,>=4.11.2->agbenchmark)
Obtaining dependency information for sniffio>=1.3.0 from https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl.metadata
Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium<5.0.0,>=4.11.2->agbenchmark)
Obtaining dependency information for wsproto>=0.14 from https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl.metadata
Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB)
INFO: pip is looking at multiple versions of urllib3[socks] to determine which version is compatible with other requirements. This could take a while.
Requirement already satisfied: pysocks!=1.5.7,<2.0,>=1.5.6 in /usr/lib/python3.12/site-packages (from urllib3<3,>=1.21.1->requests<3.0.0,>=2.31.0->agbenchmark) (1.7.1)
Collecting aiosignal>=1.1.2 (from aiohttp->openai<0.28.0,>=0.27.8->agbenchmark)
Obtaining dependency information for aiosignal>=1.1.2 from https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl.metadata
Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->openai<0.28.0,>=0.27.8->agbenchmark)
Obtaining dependency information for frozenlist>=1.1.1 from https://files.pythonhosted.org/packages/0b/f2/b8158a0f06faefec33f4dff6345a575c18095a44e52d4f10c678c137d0e0/frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->openai<0.28.0,>=0.27.8->agbenchmark)
Obtaining dependency information for multidict<7.0,>=4.5 from https://files.pythonhosted.org/packages/24/1f/af976383b0b772dd351210af5b60ff9927e3abb2f4a103e93da19a957da0/multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp->openai<0.28.0,>=0.27.8->agbenchmark)
Obtaining dependency information for yarl<2.0,>=1.0 from https://files.pythonhosted.org/packages/28/1c/bdb3411467b805737dd2720b85fd082e49f59bf0cc12dc1dfcc80ab3d274/yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for parso<0.9.0,>=0.8.3 from https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl.metadata
Downloading parso-0.8.4-py2.py3-none-any.whl.metadata (7.7 kB)
Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for wcwidth from https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl.metadata
Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for executing>=1.2.0 from https://files.pythonhosted.org/packages/80/03/6ea8b1b2a5ab40a7a60dc464d3daa7aa546e0a74d74a9f8ff551ea7905db/executing-2.0.1-py2.py3-none-any.whl.metadata
Downloading executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for asttokens>=2.1.0 from https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl.metadata
Downloading asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=5.3.0->pyvis<0.4.0,>=0.3.2->agbenchmark)
Obtaining dependency information for pure-eval from https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl.metadata
Downloading pure_eval-0.2.2-py3-none-any.whl.metadata (6.2 kB)
Downloading agbenchmark-0.0.10-py3-none-any.whl (212 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.2/212.2 kB 6.8 MB/s eta 0:00:00
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading fastapi-0.99.1-py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 7.9 MB/s eta 0:00:00
Downloading GitPython-3.1.43-py3-none-any.whl (207 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 10.5 MB/s eta 0:00:00
Downloading helicone-1.0.14-py3-none-any.whl (17 kB)
Downloading matplotlib-3.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 9.2 MB/s eta 0:00:00
Downloading networkx-3.3-py3-none-any.whl (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 9.7 MB/s eta 0:00:00
Downloading openai-0.27.10-py3-none-any.whl (76 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.5/76.5 kB 8.7 MB/s eta 0:00:00
Downloading pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 9.5 MB/s eta 0:00:00
Downloading pydantic-1.10.15-py3-none-any.whl (159 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.9/159.9 kB 9.1 MB/s eta 0:00:00
Downloading pytest-7.4.4-py3-none-any.whl (325 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.3/325.3 kB 9.8 MB/s eta 0:00:00
Downloading pytest_asyncio-0.21.2-py3-none-any.whl (13 kB)
Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 8.3 MB/s eta 0:00:00
Downloading pyvis-0.3.2-py3-none-any.whl (756 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.0/756.0 kB 10.6 MB/s eta 0:00:00
Downloading requests-2.32.2-py3-none-any.whl (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 kB 9.2 MB/s eta 0:00:00
Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 10.2 MB/s eta 0:00:00
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Downloading types_requests-2.32.0.20240523-py3-none-any.whl (15 kB)
Downloading uvicorn-0.23.2-py3-none-any.whl (59 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 8.5 MB/s eta 0:00:00
Downloading contourpy-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (309 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.2/309.2 kB 10.0 MB/s eta 0:00:00
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading fonttools-4.52.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 10.2 MB/s eta 0:00:00
Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 7.7 MB/s eta 0:00:00
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.9 MB/s eta 0:00:00
Downloading ipython-8.24.0-py3-none-any.whl (816 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 816.5/816.5 kB 8.8 MB/s eta 0:00:00
Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 9.7 MB/s eta 0:00:00
Downloading jsonpickle-3.0.4-py3-none-any.whl (39 kB)
Downloading kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 10.0 MB/s eta 0:00:00
Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 10.3 MB/s eta 0:00:00
Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
Downloading pyhumps-3.8.0-py3-none-any.whl (6.1 kB)
Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 10.1 MB/s eta 0:00:00
Downloading starlette-0.27.0-py3-none-any.whl (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 9.6 MB/s eta 0:00:00
Downloading trio-0.25.1-py3-none-any.whl (467 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 10.5 MB/s eta 0:00:00
Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB)
Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB)
Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 10.6 MB/s eta 0:00:00
Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 9.7 MB/s eta 0:00:00
Downloading aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 10.9 MB/s eta 0:00:00
Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Downloading tqdm-4.66.4-py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 8.9 MB/s eta 0:00:00
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Downloading anyio-4.4.0-py3-none-any.whl (86 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 9.1 MB/s eta 0:00:00
Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 9.4 MB/s eta 0:00:00
Downloading frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 281.5/281.5 kB 9.6 MB/s eta 0:00:00
Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 10.8 MB/s eta 0:00:00
Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.8/130.8 kB 9.7 MB/s eta 0:00:00
Downloading prompt_toolkit-3.0.44-py3-none-any.whl (386 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.8/386.8 kB 10.3 MB/s eta 0:00:00
Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 10.6 MB/s eta 0:00:00
Downloading smmap-5.0.1-py3-none-any.whl (24 kB)
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading traitlets-5.14.3-py3-none-any.whl (85 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 kB 9.6 MB/s eta 0:00:00
Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
Downloading yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.4/322.4 kB 10.3 MB/s eta 0:00:00
Downloading matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB)
Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Downloading stack_data-0.6.3-py3-none-any.whl (24 kB)
Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB)
Downloading parso-0.8.4-py2.py3-none-any.whl (103 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.7/103.7 kB 9.9 MB/s eta 0:00:00
Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Installing collected packages: wcwidth, sortedcontainers, pytz, pyhumps, pure-eval, lockfile, urllib3, tzdata, typing-extensions, traitlets, tqdm, toml, sniffio, smmap, python-multipart, python-dotenv, pygments, prompt-toolkit, pluggy, parso, numpy, networkx, multidict, MarkupSafe, kiwisolver, jsonpickle, iniconfig, h11, frozenlist, fonttools, executing, cycler, colorama, attrs, asttokens, yarl, wsproto, uvicorn, types-requests, stack-data, requests, pytest, pydantic, pandas, outcome, matplotlib-inline, jinja2, jedi, gitdb, contourpy, anyio, aiosignal, trio, starlette, pytest-asyncio, matplotlib, ipython, gitpython, aiohttp, trio-websocket, pyvis, openai, fastapi, selenium, helicone, agbenchmark
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
steam 1.4.4 requires urllib3<2, but you have urllib3 2.2.1 which is incompatible.
Successfully installed MarkupSafe-2.1.5 agbenchmark-0.0.10 aiohttp-3.9.5 aiosignal-1.3.1 anyio-4.4.0 asttokens-2.4.1 attrs-23.2.0 colorama-0.4.6 contourpy-1.2.1 cycler-0.12.1 executing-2.0.1 fastapi-0.99.1 fonttools-4.52.4 frozenlist-1.4.1 gitdb-4.0.11 gitpython-3.1.43 h11-0.14.0 helicone-1.0.14 iniconfig-2.0.0 ipython-8.24.0 jedi-0.19.1 jinja2-3.1.4 jsonpickle-3.0.4 kiwisolver-1.4.5 lockfile-0.12.2 matplotlib-3.9.0 matplotlib-inline-0.1.7 multidict-6.0.5 networkx-3.3 numpy-1.26.4 openai-0.27.10 outcome-1.3.0.post0 pandas-2.2.2 parso-0.8.4 pluggy-1.5.0 prompt-toolkit-3.0.44 pure-eval-0.2.2 pydantic-1.10.15 pygments-2.18.0 pyhumps-3.8.0 pytest-7.4.4 pytest-asyncio-0.21.2 python-dotenv-1.0.1 python-multipart-0.0.6 pytz-2024.1 pyvis-0.3.2 requests-2.32.2 selenium-4.21.0 smmap-5.0.1 sniffio-1.3.1 sortedcontainers-2.4.0 stack-data-0.6.3 starlette-0.27.0 toml-0.10.2 tqdm-4.66.4 traitlets-5.14.3 trio-0.25.1 trio-websocket-0.11.1 types-requests-2.32.0.20240523 typing-extensions-4.12.0 tzdata-2024.1 urllib3-2.2.1 uvicorn-0.23.2 wcwidth-0.2.13 wsproto-1.2.0 yarl-1.9.4
pizzav@nobara:~/Documents/AutoGPT$ ./run agent start autogpt
⌛ Running setup for agent 'autogpt'...
Installing dependencies from lock file

Package operations: 196 installs, 0 updates, 0 removals

  • Installing multidict (6.0.4): Failed

ChefBuildError

Backend subprocess exited when trying to invoke build_wheel


  • Accelerated build *

running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-312
creating build/lib.linux-x86_64-cpython-312/multidict
copying multidict/init.py -> build/lib.linux-x86_64-cpython-312/multidict
copying multidict/_abc.py -> build/lib.linux-x86_64-cpython-312/multidict
copying multidict/_compat.py -> build/lib.linux-x86_64-cpython-312/multidict
copying multidict/_multidict_base.py -> build/lib.linux-x86_64-cpython-312/multidict
copying multidict/_multidict_py.py -> build/lib.linux-x86_64-cpython-312/multidict
running egg_info
writing multidict.egg-info/PKG-INFO
writing dependency_links to multidict.egg-info/dependency_links.txt
writing top-level names to multidict.egg-info/top_level.txt
reading manifest file 'multidict.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '.pyc' found anywhere in distribution
warning: no previously-included files found matching 'multidict/_multidict.html'
warning: no previously-included files found matching 'multidict/
.so'
warning: no previously-included files found matching 'multidict/.pyd'
warning: no previously-included files found matching 'multidict/
.pyd'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'multidict.egg-info/SOURCES.txt'
/tmp/tmp_8waow3n/.venv/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'multidict._multilib' is absent from the packages configuration.
!!

      ********************************************************************************
      ############################
      # Package would be ignored #
      ############################
      Python recognizes 'multidict._multilib' as an importable package[^1],
      but it is absent from setuptools' `packages` configuration.

      This leads to an ambiguous overall configuration. If you want to distribute this
      package, please make sure that 'multidict._multilib' is explicitly added
      to the `packages` configuration field.

      Alternatively, you can also rely on setuptools' discovery methods
      (for example by using `find_namespace_packages(...)`/`find_namespace:`
      instead of `find_packages(...)`/`find:`).

      You can read more about "package discovery" on setuptools documentation page:

      - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

      If you don't want 'multidict._multilib' to be distributed and are
      already explicitly excluding 'multidict._multilib' via
      `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
      you can try to use `exclude_package_data`, or `include-package-data=False` in
      combination with a more fine grained `package-data` configuration.

      You can read more about "package data files" on setuptools documentation page:

      - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


      [^1]: For Python, any directory (with suitable naming) can be imported,
            even if it does not contain any `.py` files.
            On the other hand, currently there is no concept of package data
            directory, all directories are treated like packages.
      ********************************************************************************

!!
check.warn(importable)
copying multidict/init.pyi -> build/lib.linux-x86_64-cpython-312/multidict
copying multidict/py.typed -> build/lib.linux-x86_64-cpython-312/multidict
running build_ext
building 'multidict._multidict' extension
creating build/temp.linux-x86_64-cpython-312
creating build/temp.linux-x86_64-cpython-312/multidict
gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions -fPIC -I/tmp/tmp_8waow3n/.venv/include -I/usr/include/python3.12 -c multidict/_multidict.c -o build/temp.linux-x86_64-cpython-312/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
multidict/_multidict.c:1:10: fatal error: Python.h: No such file or directory
1 | #include "Python.h"
| ^~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1

at ~/.local/share/pypoetry/venv/lib64/python3.12/site-packages/poetry/installation/chef.py:164 in _prepare
160│
161│ error = ChefBuildError("\n\n".join(message_parts))
162│
163│ if error is not None:
→ 164│ raise error from None
165│
166│ return path
167│
168│ def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:

Note: This error originates from the build backend, and is likely not a problem with poetry but with multidict (6.0.4) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "multidict (==6.0.4)"'.

Setup completed successfully.

⌛ (Re)starting benchmark server...
INFO: Started server process [7790]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)

⌛ (Re)starting agent 'autogpt'...
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
cp: cannot stat '.env.example': No such file or directory
Please add your api keys to the .env file.
Warning: 'serve' is an entry point defined in pyproject.toml, but it's not installed as a script. You may get improper sys.argv[0].

The support to run uninstalled scripts will be removed in a future release.

Run poetry install to resolve and get rid of this message.

Traceback (most recent call last):
File "", line 1, in
File "/usr/lib64/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1310, in _find_and_load_unlocked
File "", line 488, in _call_with_frames_removed
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/home/pizzav/Documents/AutoGPT/autogpts/autogpt/autogpt/app/init.py", line 1, in
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
INFO: 127.0.0.1:56150 - "GET / HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:56150 - "GET /favicon.ico HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:53506 - "GET / HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:53506 - "GET /favicon.ico HTTP/1.1" 404 Not Found
Traceback (most recent call last):
File "/home/pizzav/Documents/AutoGPT/cli.py", line 493, in
cli()
File "/usr/lib/python3.12/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pizzav/Documents/AutoGPT/cli.py", line 154, in start
wait_until_conn_ready(8000)
File "/home/pizzav/Documents/AutoGPT/cli.py", line 489, in wait_until_conn_ready
raise TimeoutError(f"Port {port} did not open within {timeout} seconds")
TimeoutError: Port 8000 did not open within 30 seconds

from auto-gpt.

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.