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
Attempting to install version 1.2.3 with pip gives an "inconsistent version" error.
pip install chocs-middleware-openapi==1.2.3
...
Requested chocs-middleware-openapi==1.2.3 from https://files.pythonhosted.org/packages/20/87/7da05f523af54e744427fc6f42cb6e668601e8b0f84fb479546a947939b3/chocs_middleware_openapi-1.2.3.tar.gz has inconsistent version: expected '1.2.3', but metadata has '0.0.0'
This can be worked around using the --use-deprecated=legacy-resolver parameter, but this reports version 0.0.0.
Previous versions do not have this problem.
The text was updated successfully, but these errors were encountered:
Attempting to install version 1.2.3 with pip gives an "inconsistent version" error.
This can be worked around using the
--use-deprecated=legacy-resolver
parameter, but this reports version 0.0.0.Previous versions do not have this problem.
The text was updated successfully, but these errors were encountered: