Patryk Niemiec

Results 25 comments of Patryk Niemiec

@matejaputic Have you experimented with this code? for me baase implementation works great for looking for exact matches (recognise x when x was previously added via register) and for fragments...

Interesting. I really appreciate the possibility to keep all my env-related stuff in one file instead of having multiple environment.yml's like I did with conda before. Moreover, possibility of bundling...

Also general questions: When I trigger `pixi add` from the `pixi shell -e ...`, should my shell get reloaded? I find myself removing .lock and .pixi quite often, but I'm...

> `pixi add` should on `bash` and `zsh` trigger a reload of the environment. If you don't trust it. Just `exit` and `pixi shell` again. > > What errors make...

Thanks for fast response. ML frameworks usually make life hard, but I'm quite impressed how easy to setup my envs are. This mapping thing is indeed important. CUDA-related libs are...

@nichmor I've seen you are busy with other tasks, but I have a question related to this issue. I tried solving this env again on 0.23 and torchaudio got installed...

@nichmor I think I kinda get how this should work, but after making local mapping with `{"torchaudio":"torchaudio"}`, torchaudio was added correctly I think (only conda cpu version in `pixi list`),...

I also noticed some interesting warnings from CLI while doing so. 1. After I added `conda-pypi-mapping` I got following warning: `WARN pixi::project::manifest: Defined custom mapping channel https://conda.anaconda.org/pytorch/ is missing from...

One strange thing is that after I passed `{"torchaudio":"torchaudio", "pytorch": "torch"}` as my local mapping, I got correct output of `pixi list` (torchaudio only from conda, same for pytorch), but...

@nichmor thanks for help! Sorry for late response, but I was busy with other stuff this week :face_in_clouds: Everything works perfect now. I expected that some extension for mapping was...