We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I use python 3.12. pip -r requirements.txt cmd will have error . But use 3.10 , it's work well.
The text was updated successfully, but these errors were encountered:
if I create conda use the following cmd , it worked fine. conda create -n genai python=3.10
Sorry, something went wrong.
@adamli008 @TirendazAcademy Have you tried with Python 3.11?
To work with 3.12 you have to use following requirements.txt
numpy<2 pyyaml pandasai[connectors] streamlit
No branches or pull requests
If I use python 3.12. pip -r requirements.txt cmd will have error . But use 3.10 , it's work well.
The text was updated successfully, but these errors were encountered: