benoitdr

Results 18 comments of benoitdr

@jinchihe, Thanks for your suggestion. How can I create the job manually ? Is there a way to use kubeflow-fairing to generete a yaml file for it ?

yes that's working. Following the procedure from https://microk8s.io/docs/working, I can deploy an nginx image from the local registry.

@jinchihe I'm not sure. I can pull images from a local registry (and from hub.docker.com) but for some reason kubeflow cannot do it. It might be a common issue with...

It's not a login issue. I think it's related to microk8s. See https://github.com/ubuntu/microk8s/issues/681

I confirm this bug is still not fixed duckdb.IOException: IO Error: Failed to download extension "json" at URL "http://extensions.duckdb.org/v0.8.1/linux_amd64_gcc4/json.duckdb_extension.gz"

I did a few tests. It seems to be a version compatibility problem between yfinance and curl_cffi. I tested 3 combinations : yfinance 0.2.62 + curcl_cffi 0.11.1 : NOK yfinance...

Clearing the cache had no effect. Unless you guys are using nix/nixos, I won't be able to share a reproducible environment. Hopefully I've tested with uv and I cannot reproduce...

I don't know how to use session object. Even a simple example raises the issue : import yfinance as yf yf.Ticker('SPY').info But I can confirm this is specific to nixos....