Closed ranaabarghout closed 1 month ago
Hey @ranaabarghout ! Thanks for reporting.
This seems to be fixed on main
, but the fix hasn't been released. I just released 0.8.5
. It should be available on PyPi soon. Let me know if that fixes it!
Please note that this latest version unfortunately won't be available on Conda yet. We're blocked by https://github.com/conda-forge/staged-recipes/pull/27246
Working now! Thanks @cwognum :)
Polaris version
0.8.4
Python Version
3.10.12
Operating System
Colab
Installation
!pip install polaris-lib
Description
Hello! Wanted to play around with the drewry2017-pkis2-subset-v2 dataset but got an error when trying to import into my colab notebook.
Got the following error:
Steps to reproduce
import polaris as po
from polaris.hub.client import PolarisHubClient
client = PolarisHubClient()
client.login()
dataset = po.load_dataset("polaris/drewry2017-pkis2-subset-v2")
Additional output
Used !polaris login prior to the code provided