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
Installation instructions the README for pipenv fails with error Could not find a version that matches graphql-core>=3 because pipenv is ignoring pre-release versions.
Installation instructions the README for pipenv fails with error
Could not find a version that matches graphql-core>=3
because pipenv is ignoring pre-release versions.Could be fixed by specifying the LT on the pipenv installation command like so:
pipenv install "graphql-core>=3<4"
The text was updated successfully, but these errors were encountered: