Ben Mares

Results 675 comments of Ben Mares

Thanks, @travishathaway, for starting this conversation! This is indeed a worthy goal that could significantly improve the user experience for conda-lock, but as you've anticipated, it's quite ambitious given the...

Thanks a lot @ctcjab for the report! We just removed the `clikit` dependency in #637. Unfortunately that broke some other stuff, so we can't release it yet. BTW I am...

Cool, thanks a lot @ctcjab for tracking that down!!! Any way I could get you to test `main`? I'm really close to a new major release.

My initial thought is to not reinvent the wheel. From my perspective the useful part would be ```bash pixi create-external-env -p destination-prefix -e pixi-environment-name ``` and then let the user...

EDIT2: I don't like what I wrote, and I think @synapticarbors is saying something very similar and articulates it much better, completely and simply. Previous comment Sorry that I didn't...

As one of the developers of PyMC, we encourage users to set up Conda environments to ensure that beginners can easily set up the required C compilers and BLAS. We...

I just used `conda-lock`'s source parsing capabilities to create a `pixi.toml` generator that works for `environment.yml`, `pyproject.toml`, and multiple combinations thereof. I'm planning to release it soon as part of...

I threw together a quick draft of a migration guide in https://github.com/conda/conda-lock/pull/708: [preview link](https://deploy-preview-708--conda-lock.netlify.app/pixi-migration/). I'm hoping to use this technique to migrate a bunch of projects to pixi. I hope...

Looks pretty straightforward. Does anyone know offhand it a platform-specific wheel takes precedence over a universal one? I'd hope it does.

> We can't make pytensor behave as a universal wheel because it has a cython extension. I believe the idea here is to sidestep the issue by omitting the cython...