Open ninalty opened 1 month ago
Hey @ninalty! I'm here to help you with any bugs, questions, or contribute to the project. Let's figure this out together!
The error you're encountering is related to a binary incompatibility issue between numpy
and pandas
. A similar issue was reported, and the suggested solution is to downgrade numpy
to version 1.26.4. You can do this by running the following command:
pip install numpy==1.26.4 pyyaml
This should resolve the binary incompatibility issue you're facing [1].
Regarding the Discord link issue, I wasn't able to find any specific information about known issues with the Discord link in the documentation. It might be worth checking if there are any updates or alternative links provided elsewhere.
To continue talking to Dosu, mention @dosu.
Thanks. It works
Path: /intro
After using 'pip install pandasai', import pandasai in python send me back error. I tried python 3.9, 3.10. 3.11 and 3.12. Same error. Also, can't join the discord group through the link provided.
here is the error message: