-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mamba env export --no-build --from-history
changed format in v2 for packages with specified versions
#3646
Comments
There might be tricky cases, I had to change this: |
Actually, while the current behavior is more consistent (since the |
@mathbunnyru: I think this is an easy fix you can work on if you are interested. A priori, one needs to modify this line to parse a string corresponding to the mamba/libmamba/src/core/history.cpp Line 161 in b736741
|
Honestly, I think the current behavior is more consistent. Note that: MatchSpec::parse("notebook[version='>=7.2.2']").value().str() == "notebook>=7.2.2" I do not think this needs to be addressed. What is your perspective, @mathbunnyru? |
I'm 100% ok with the new output and it looks nice in my opinion. I think this can be addressed in docs, if there is such one, describing differences of |
Yes, let's document it. |
See: #3697 |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
export
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
I installed
notebook
using:mamba install notebook>=7.2.2
Then exported the environment.
v2:
v1:
Note the line with
notebook
.v2's output is not compatible with conda's output when some lib was installed specifying the version range
mamba info / micromamba info
No response
Logs
No response
environment.yml
No response
~/.condarc
No response
The text was updated successfully, but these errors were encountered: