Closed PatWalters closed 3 months ago
Hi @PatWalters, thank you for raising this issue! We mistakenly did not include instructions on authenticating to the Polaris Hub in our quickstart documentation. This caused the token error you've encountered. We also recognize the need to improve that error message for better clarity.
PR #165 should address these issues. Thanks again for bringing this to our attention.
Thanks for addressing this so quickly.
Polaris version
dev
Python Version
3.10.11
Operating System
Linux
Installation
mamba install -c conda-forge polaris
Description
import polaris as po dataset = po.load_dataset("polaris/hello-world")
💥 ERROR: Failed to fetch dataset.
Steps to reproduce
import polaris as po dataset = po.load_dataset("polaris/hello-world")
Additional output
No response