Open wvirany opened 1 week ago
I saw this issue as well, which seems to have had a similar problem on older versions of Polaris / Python. So, I tried running the same code with python==3.10.12
and polaris==0.8.5
, as in that resolved issue, but I ran into the same problem.
Thanks for your help!
Hi @wvirany , thanks for reporting.
Seems we accidentally made the hello-world
dataset private. I just made it public again and it should now work. Let me know if the issue persists. Here's the dataset!
Polaris version
0.9.1
Python Version
3.12.7
Operating System
WSL
Installation
conda install polaris==0.9.1
Description
I am following "The Basics" tutorial. When I try to load the datasets, I get the following error:
I then tried to run
polaris login --overwrite
, but that didn't fix the problem.Steps to reproduce
To create the conda environment,
Then, I am running the following code in a Jupyter notebook:
Additional output
No response