agiresearch / AIOS

AIOS: AI Agent Operating System
https://aios.foundation
MIT License
3.46k stars 414 forks source link

[Bug] Packages installation in python env 3.11.10 is finishing up with error (branch v.20) #345

Open tusharanand29 opened 5 days ago

tusharanand29 commented 5 days ago

Checked other resources

Describe your current environment

Kernel : 6.8.0-48-generic OS: Ubuntu 24.04.1 LTS GPU: Not present Python virtual env version: 3.11.10

Describe the bug

Packages installation in python env 3.11.10 is finishing up with error (branch v.20)

`Using cached soupsieve-2.6-py3-none-any.whl (36 kB) Using cached zipp-3.21.0-py3-none-any.whl (9.6 kB) Building wheels for collected packages: aios-agent-sdk Building wheel for aios-agent-sdk (pyproject.toml) ... done Created wheel for aios-agent-sdk: filename=aios_agent_sdk-0.0.2-py3-none-any.whl size=59536 sha256=a68919ddc76171dde67623d306c8df2d5367b16fa5eb78d282168720f9898473 Stored in directory: /tmp/pip-ephem-wheel-cache-gsu0t8fn/wheels/fe/51/41/730ae9bbc345303e9de47729e19c4f08444c248d3a7104599e Successfully built aios-agent-sdk Installing collected packages: striprtf, pytz, pypika, mpmath, monotonic, flatbuffers, durationpy, dirtyjson, zipp, wrapt, websockets, websocket-client, uvloop, urllib3, uritemplate, tzdata, typing-extensions, tqdm, tenacity, sympy, soupsieve, sniffio, six, shellingham, safetensors, regex, PyYAML, python-dotenv, pyproject_hooks, pypdf, pyparsing, pygments, pycparser, pyasn1, psutil, protobuf, propcache, platformdirs, pillow, packaging, overrides, orjson, opentelemetry-util-http, oauthlib, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, nest-asyncio, mypy-extensions, multidict, mmh3, mdurl, MarkupSafe, joblib, jiter, importlib-resources, idna, humanfriendly, httptools, h11, grpcio, greenlet, fsspec, frozenlist, filelock, distro, click, charset-normalizer, certifi, cachetools, bcrypt, backoff, attrs, asgiref, annotated-types, aiohappyeyeballs, yarl, uvicorn, typing-inspect, triton, SQLAlchemy, rsa, requests, python-dateutil, pydantic-core, pyasn1-modules, proto-plus, opentelemetry-proto, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nltk, marshmallow, markdown-it-py, jinja2, importlib-metadata, httplib2, httpcore, googleapis-common-protos, deprecated, coloredlogs, chroma-hnswlib, cffi, build, beautifulsoup4, anyio, aiosignal, watchfiles, tiktoken, starlette, soundfile, rich, requests-oauthlib, pydantic, posthog, pandas, opentelemetry-exporter-otlp-proto-common, opentelemetry-api, onnxruntime, nvidia-cusolver-cu12, huggingface-hub, httpx, grpcio-status, google-auth, dataclasses-json, aiohttp, typer, torch, tokenizers, opentelemetry-semantic-conventions, openai, ollama, llamaindex-py-client, kubernetes, google-auth-httplib2, google-api-core, fastapi, anthropic, aios-agent-sdk, transformers, opentelemetry-sdk, opentelemetry-instrumentation, llama-index-legacy, llama_index_core, google-api-python-client, accelerate, opentelemetry-instrumentation-asgi, opentelemetry-exporter-otlp-proto-grpc, llama-parse, llama-index-readers-file, llama-index-llms-openai, llama-index-indices-managed-llama-cloud, llama-index-embeddings-openai, google-ai-generativelanguage, opentelemetry-instrumentation-fastapi, llama-index-readers-llama-parse, llama-index-multi-modal-llms-openai, llama-index-cli, llama-index-agent-openai, google-generativeai, llama-index-program-openai, chromadb, llama-index-question-gen-openai, llama_index

ERROR: For req: aios-agent-sdk==0.0.2. Invalid script entry point: <ExportEntry aios-concurrent-demo = cerebrum.example.aios_demo_concurrent:None []> - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information. `