ChobPT / oobaboogas-webui-langchain_agent

Creates an Langchain Agent which uses the WebUI's API and Wikipedia to work
73 stars 10 forks source link

That's a lot of requirements #1

Open mwhaite opened 1 year ago

mwhaite commented 1 year ago

many requirements are locked to python3.7, and there are... a lot of requirements in general.

mwhaite commented 1 year ago

specifically it seemed I had to uninstall numpy and cryptography to get a working oobabooga

ChobPT commented 1 year ago

I've created an individual environment and installed the basics necessary for langchain and oobabooga to run, I can narrow it down and assume end users will already have those requirements installed, just worried that it will then cause more issues

syddharth commented 1 year ago

A lot of errors installing on windows 11. Using the oobabooga env.

ERROR: No matching distribution found for apturl==0.5.2 ERROR: No matching distribution found for Brlapi==0.8.3 ERROR: No matching distribution found for command-not-found==0.3 ERROR: No matching distribution found for cupshelpers==1.0 ERROR: No matching distribution found for defer==1.0.6 ERROR: No matching distribution found for distro-info===1.1build1 ERROR: No matching distribution found for gyp==0.1 ERROR: No matching distribution found for language-selector==0.1 ERROR: No matching distribution found for lz4==3.1.3+dfsg ERROR: No matching distribution found for python-apt==2.4.0+ubuntu1 ERROR: No matching distribution found for ufw==0.36.1

Also errors with these: ubuntu-advantage-tools==8001 ubuntu-drivers-common==0.0.0

Why is there a need to install ubuntu based packages on a windows11 setup?

kanslor commented 1 year ago

oobabooga env needs python 3.10.9,so more than one requiremnet cannot found in this version.