Kirill Dubovikov

Results 22 comments of Kirill Dubovikov

Actually, I think that there is still an issue when we use multi-profile setup. The problem lies in the `ml-pipeline-ui-artifact` deployment which is automatically created for each profile. Here, https://github.com/kubeflow/pipelines/blob/a0a8f1da8cb7ca53cde7717aa78e666b634fec75/manifests/kustomize/base/installs/multi-user/pipelines-profile-controller/sync.py#L304...

@LeBoyOrion If you are trying to access Kubeflow Pipelines SDK from a Notebook instance inside Kubeflow, then I think I know what the problem is. You can create this `PodDefault`...

Seems to be dead :(

maintained alternative - https://github.com/ludovicchabant/vim-gutentags

I've currently using it and have no notable performance issues, so give it a try. It's one line in `.vimrc` anyways

This issue reproduces for me as well in Github Actions

> Just one note before you draft a PR -- I'd prefer for `ndarray` not to have a _required_ dependency on the `arrow` crate since it includes lots of functionality...

@wolfv , wow, that's a quick reply. Thank you. ``` # packages in environment at /Users/kdubovikov/miniconda3: # # Name Version Build Channel boto3 1.24.28 py39hca03da5_0 botocore 1.27.28 py39hca03da5_0 brotlipy 0.7.0...

I have installed `libarchive` with `conda install libarchive -n base -c conda-forge` and now everything works. Maybe mamba dependencies in conda-forge should be modified to include libarchive for Apple Silicon.

@wolfv I've actually removed `mamba` right before doing `conda list` so that's why it isn't there. I have re-installed it again after that.