hwchase17 / chat-your-data

MIT License
901 stars 266 forks source link

How to install and run ? #12

Open charlie0275 opened 1 year ago

charlie0275 commented 1 year ago

I am beginning about python Is there tutorial about this post ? when I execute command pip install -r requirements.txt, I get so many errors how to install dependency and run

rahulag0110 commented 9 months ago

Hello. You can try to create a new virtual environment to install the dependencies. There might be some errors due to version conflicts of previously installed packages on your computer. I recommend anaconda or python venv. If you still have questions I am happy to help :))