Alina Cherkas

Results 6 comments of Alina Cherkas

@ogrisel , I'm still facing this issue with the latest version of `scikit-learn`. Running the snippet from https://github.com/scikit-learn/scikit-learn/issues/23574#issue-1266371392 results in the segmentation fault. Here's the `environment.yaml` to reproduce: ```yaml name:...

Thanks @ogrisel and @jjerphan. I can confirm that using `conda-forge` channel for numpy, scipy and scikit-learn resolves the issue. Should this be explicitly mentioned in the documentation? Currently, the [installation...

@jjerphan , yes, occasionally I use other conda channels for packages that instruct so. For example, `plotly::plotly`, `plotly::python-kaleido` and `pytorch::pytorch`.

I am facing the same issue with my app (`streamlit=1.29.0`). I can confirm that the fix in https://github.com/streamlit/streamlit/issues/7749#issuecomment-1825263946 works but it's a hacky one and not ideal in many scenarios....

Hi, I have opened a pull request that fixes this issue, but given that it might take a while until it gets merged, you can try installing the package from...

Hi @SebKrantz, actually, installation is not even necessary these days. According to `renv` documentation: > Now when one of your collaborators opens this project, renv will automatically bootstrap itself, downloading...