You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same issue. It seems that the package salesforce-lavis is supported on python>=3.9 now. If your pip is bounded with python 3.8, numpy version can not be satisfied.
So try this:
pip install numpy==2.0.1
If it fails, you should use the higher version of python. And then install salesforce-lavis:
I tried different version of python3.8, none of them worked
The text was updated successfully, but these errors were encountered: