Daniel Valdivia

Results 68 comments of Daniel Valdivia

You probably need to import `tensorflow_io` like ```python import tensorflow_io ```

I take that back, upon import there's some errors reported regarding libraries not being loaded ``` /Users/dvaldivia/miniforge3/envs/mlpipeline/lib/python3.9/site-packages/tensorflow_io/python/ops/__init__.py:98: UserWarning: unable to load libtensorflow_io_plugins.so: unable to open file: libtensorflow_io_plugins.so, from paths: ['/Users/dvaldivia/miniforge3/envs/mlpipeline/lib/python3.9/site-packages/tensorflow_io/python/ops/libtensorflow_io_plugins.so']...

trying the steps suggested to compile fails, using `python 3.9`, is it needed to use `python 3.8`? ```shell (base) io git:(master) ✗ ➜ pip install --no-dependencies dist/tensorflow_io_gcs_filesystem-0.24.0-cp39-cp39-macosx_12_2_arm64.whl ERROR: tensorflow_io_gcs_filesystem-0.24.0-cp39-cp39-macosx_12_2_arm64.whl is...

I think the problem is here https://github.com/tensorflow/tfx/blob/09490d9ebe6bb6097f17bdfa685415e76eaaba5a/tfx/tools/cli/handler/kubeflow_handler.py#L51 if I was using `kfp` and submitting a pipeline alone, I could get the credentials via curl or requests and then add it...

@ConverJens this is still happening in TFX `1.9.0` I'm using `KubeflowDagRunner`

You can import it like this ``` minio-rs = { git = "https://github.com/minio/minio-rs", rev="1127594f83e773026f6e4d3241a73544ce0cbff8"} ``` However, this SDK is quite early and only supports get object and listen bucket notifications

@sstubbs that's be awesome, I can also second your efforts to complete the SDK, I think right now we only have a few calls supported but let me come up...

Updated the title to reflect that it happens on release Safari 16 so more users will start experiencing this

doesn't work in `1.25` due to some deprecated APIs @Zveroloff @umka1332 ``` resource mapping not found for name: "istio-ingressgateway" namespace: "istio-system" from "STDIN": no matches for kind "PodDisruptionBudget" in version...