weaviate / Verba

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

ERROR intalling, python 3.12.3 #206

Open VitaliyAT opened 1 month ago

VitaliyAT commented 1 month ago

Description

Git clone + pip install -e . ERROR: Could not install packages due to an OSError: [WinError 2] Не удается найти указанный файл: 'C:\\Python312\\Scripts\\tqdm.exe' -> 'C:\\Python312\\Scripts\\tqdm.exe.deleteme'

Is this a bug or a feature?

Steps to Reproduce

Git clone + pip install -e .

Additional context

I am just trying install it. I have:

D:\Ai\Chat\Verba\try3>py -V
Python 3.12.3

ollama installed and run

PS C:\Users\1> ollama run llama3
pulling manifest
pulling 6a0746a1ec1a... 100% ▕████████████████████████████████████████████████████████▏ 4.7 GB
pulling 4fa551d4f938... 100% ▕████████████████████████████████████████████████████████▏  12 KB
pulling 8ab4849b038c... 100% ▕████████████████████████████████████████████████████████▏  254 B
pulling 577073ffcc6c... 100% ▕████████████████████████████████████████████████████████▏  110 B
pulling 3f8eb4da87fa... 100% ▕████████████████████████████████████████████████████████▏  485 B
verifying sha256 digest
writing manifest
removing any unused layers
success
>>> hi
Hi! How's it going?

>>> who are you?
I am LLaMA, a large language model trained by a team of researcher at Meta AI. My primary function is to
understand and respond to human input in a helpful and informative way. I'm here to assist you with any questions
or topics you'd like to discuss. I can provide information on a wide range of subjects, from science and history
to entertainment and culture. I can also help with language-related tasks such as language translation, grammar
correction, and text summarization.

I'm constantly learning and improving my responses based on the conversations I have with users like you. So, feel
free to ask me anything, and I'll do my best to provide a helpful and accurate response!

>>> Send a message (/? for help)
sitaram70 commented 1 month ago

Hi Did you perform env step?

VitaliyAT commented 1 month ago

"Pip installation" way give error in the end, look at log file. Before commands in this file I install virtualenv by py -m pip install --user virtualenv Verba_install_log.txt "build from Source" way has the same results. Looking like process is working but errors in log and can't access in localhost:8000 - ERR_CONNECTION_REFUSED

VitaliyAT commented 1 month ago

https://github.com/weaviate/weaviate/issues/3315 - finaly it's this proble - It will not go normal on Windows =(