Olivier Lacroix

Results 34 comments of Olivier Lacroix

No worries. Thanks @zanieb !

the `no-default-feature` feature creep 😄 pypi extra indexes do serve a quite a similar purpose to conda channels...

How about, in case or parsing error, checking manifest against most recent schema (hosted somewhere), and offering self-update if it passes? For instance with this https://github.com/tamasfe/taplo ?

Have you tried `pixi info` ? It may give you what you want I think

@wolfv is there a specific method to do that?

@wolfv , I think the question of storing data in a file for global packages is broader than this PR. So I prefer to not get into that rabbit hole...

Having a `pixi lock` or something similar would be good indeed

I feel like removing all pypi-dependencies to keep it consistent and not special-case python would also be acceptable. what work could it destroy @wolfv ?

It is an issue with any conda environment, and not only pixi ones. See for instance https://stackoverflow.com/questions/54263894/how-do-i-allow-pip-inside-anaconda3-venv-when-pip-set-to-require-virtualenv Using tasks seems like a good way around the issue.