uvloop cannot be installed on windows
(i am quite new at this so please dont hate too much if there is a simple solution to this)
But everytime I try to run on windows, when it goes through the installation of the reqs, it always dies here:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "
Hey can you comment this line and try running it again?
We are working on this. For updates join this discord channel
thank you, the windows install works now. I also managed to get it thru a quick ubuntu install, but unfortunately, for both, it seems that i need pinecone configured as well (which was not mentioned in the readme). I got one bought, configured it, and the test.py works. But the main.py, however does not, because now we reach the Postrgresql issues, which is something that is also missing from the readme - it seems to be loaded with the default username and password and cant recognize mine, no matter what i do, changing mine, updating my new password and user, creating a new one all just keep giving me X user password could not be verified, even though it is supposedly verified. Maybe i an again doing something wrong here as i have little to no experience with postresql
Sadly, this is getting overly complex for me, so I gotta give up now. But your project looks very promising, so i hope you keep at it, and simplify it for idiots like myself. P.S. dunno if this will be helpful but gpt_academic does a wonderful job of creating a db (i think) and a host with no issues and is basically idiot-proof, maybe that'll be of some assistance. Anywho, much love. Damn, i wish i could've gotten this running
@cranyy Hey, you don't need main.py to run the agent. The only command you need to for now is ./run.sh which internally runs test.py.
Also, we are adding Chroma DB to the code so it can run out of the box without Pinecone.
it does run the test.py but it just uses random prompts, and i cant interract at all, and it doesnt elicit the webpage that is in your screens, no local host is created, and i just get an unusable CLI, that i can continously spam into, but not really use, as it slowly starts trying to force out whatever it decided as a task (unless i am dead wrong about everything again, and if i am please again, consider reviewing your readme for idiots).
@cranyy Please checkout the branch v0.0.3. It's a dev branch with latest code. Also note, our GUI is work in progress. So for now, the agent will run only in Terminal.
Thanks for pointing these items. I will be updating the readme soon.
Hello everyone, I'm interested in this issue and would like to work on solving it. I need to familiarize myself with the project anyway, so it seems like a good starting point. Please bear in mind that this might be a dead-end, but if there's a solution out there, I'm determined to find it. I'll post my notes here for transparency. Please note that this is my first legit open source participation, but I'm not new to issues and PRs.
We have removed uvloop dependency from requirements.txt. So closing this issue.
Awesome! Thank you for the headsup.