yvann-ba / Robby-chatbot

AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python version & package depdencies

rsjain1978 opened this issue · comments

Great project.

I noticed that when I used a conda environment with Python 3.7.4, i get an error while installing the 'tiktoken' package. I think you need to explicity specify the version which would work with 3.7.4

When I used conda with Python 3.8.x, I could install the packages correctly.

Raised a PR to update the readme file.