Skip to content

Didn't support Python 3.12 #4

New issue

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

Open
adamli008 opened this issue May 15, 2024 · 3 comments
Open

Didn't support Python 3.12 #4

adamli008 opened this issue May 15, 2024 · 3 comments

Comments

@adamli008
Copy link

If I use python 3.12. pip -r requirements.txt cmd will have error . But use 3.10 , it's work well.

@adamli008
Copy link
Author

if I create conda use the following cmd , it worked fine.
conda create -n genai python=3.10

@imranrazakhan
Copy link

imranrazakhan commented Jul 28, 2024

@adamli008 @TirendazAcademy
Have you tried with Python 3.11?

@imranrazakhan
Copy link

To work with 3.12 you have to use following requirements.txt

numpy<2
pyyaml
pandasai[connectors]
streamlit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants