-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
Dependency error in Python 3.8: instructor #511
Comments
Same issue using python3.8 |
Similar issue here. "Could not find a matching distribution". Debian (Termux). |
|
I know this is old but if anybody is reading this and still having a problem, try upgrading pip and run the command again: pip install --upgrade pip Resolved for me. |
I am unable to install shell_gpt in Python 3.8.
It seems instructor requires Python >=3.10: https://pypi.org/project/instructor/
The text was updated successfully, but these errors were encountered: