MonkeyCanCode commented on issue #4099:
URL: https://github.com/apache/polaris/issues/4099#issuecomment-4167290229
This is due to dependencies versions may not be all available on
test.pypi.org, do following:
```
pip install \
-i https://test.pypi.org/simple/ \
--extra-index-url https://pypi.org/simple \
apache-polaris
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]