pip CLI flags while importing environment.yml with pixi #4106
johndutchover
started this conversation in
General
Replies: 1 comment
-
I will tackle this eventually. Currently my plan is to implement:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was just working my way through this Snowflake tutorial and thought, why don't I use pixi for importing the environment.yml file?
Instead of
conda env create --file environment.yml
, I tried runningpixi init -i environment.yml
, only to find out:The requirements.txt file looks like:
The only somewhat related discussion I found: #1140
Beta Was this translation helpful? Give feedback.
All reactions