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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
pip install -r requirements.txt exits with error: ERROR: Could not find a version that satisfies the requirement solana==0.19.1 (from versions: 0.0.3, 0.0.4)
starting from 0.0.5, solana pip package requires python version >=3.7
README file states that python 3.6 is enough
The text was updated successfully, but these errors were encountered:
mmelih
added a commit
to mmelih/python-api
that referenced
this issue
Dec 27, 2021
pip install -r requirements.txt exits with error:
ERROR: Could not find a version that satisfies the requirement solana==0.19.1 (from versions: 0.0.3, 0.0.4)
starting from 0.0.5, solana pip package requires python version >=3.7
README file states that python 3.6 is enough
The text was updated successfully, but these errors were encountered: