weaviate / Verba

Retrieval Augmented Generation (RAG) chatbot powered by Weaviate
BSD 3-Clause "New" or "Revised" License
4.98k stars 521 forks source link

Installation error #188

Open VitaliyAT opened 1 month ago

VitaliyAT commented 1 month ago
Successfully built goldenverba
Installing collected packages: asyncio, websockets, validators, typing-extensions, sniffio, regex, pyyaml, python-dotenv, pypdf, pycparser, multidict, httptools, h11, frozenlist, colorama, attrs, annotated-types, yarl, wasabi, tqdm, tiktoken, pydantic-core, click, cffi, anyio, aiosignal, watchfiles, uvicorn, starlette, pydantic, cryptography, aiohttp, openai, fastapi, authlib, weaviate-client, goldenverba
  WARNING: Failed to write executable - trying to use .deleteme logic
ERROR: Could not install packages due to an OSError: [WinError 2] Не удается найти указанный файл: 'C:\\Python312\\Scripts\\dotenv.exe' -> 'C:\\Python312\\Scripts\\dotenv.exe.deleteme'

Why it's use system OS resourses? It should be all in VENV. What Python vesion it should be?

thomashacker commented 2 weeks ago

Hey, thanks for your issue. Please make sure that you create a clean virtual environment and have upgrade the latest setup tools pip install --upgrade pip setuptools wheel. Additionally, this could also be related to permission issues.