Ben Mares
Ben Mares
Thanks a lot @epassaro for the additional info. I suspect what's happening is that `conda-lock` is discovering the `conda` which comes bundled with conda-forge rather than the `conda` from your...
Yes, that's progress. Could you please try with the branch from #253? ```bash pip install git+https://github.com/romain-intel/conda-lock@fix/pypi-conda-pkg-confusion ```
Yay!!! Glad it's working for you now. Hopefully we can get all these issues solved soon so that jumping through all these hoops is no longer necessary. Regarding `pip_support`, it's...
To install from a lockfile with pip packages, you should use either `conda-lock install` or `micromamba`.
Thank you very much for the confirmation, @valeriupredoi, it is much appreciated! Perhaps we should be checking the Conda version and raise a warning in case the affected version is...
Thanks for the report! Could you please include `environment.yml`?
Thanks a lot @steffen-fissler for the report! Could you please try with the branch from #253 to check if that works? ```bash pip install git+https://github.com/romain-intel/conda-lock@fix/pypi-conda-pkg-confusion ```
Here are the results of one complete run: 
> I don't think there is any way to save the desired list of platforms when generating a lock file from `environment.yml`. There is. It's not a standard key, but...
That's completely understandable, and thanks a lot for the really feedback. Conda and related tools are neither Python-specific nor project-specific, so in my mental model it doesn't make much sense...