Unnecessary conversion to lowercase leads to error in filepaths #3706
Labels
status::cannot-reproduce
The bug could not be reproduced
status::user_reply_needed
type::bug
Something isn't working
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
#1324
Latest version of Mamba
Tried in Conda?
I didn't try (cannot try since this is executed on a high-performance computer without access to conda)
Describe your issue
I encountered an issue where mamba automatically converts the specified path to lowercase when searching for an environment YAML file. This behavior causes an error if the actual path contains uppercase letters, as the file cannot be located due to the mismatch in casing.
Steps to Reproduce:
It seems that mamba alters the case of the path during processing, as evidenced by the lowercase path shown in the error message (
/scratch/akeluska/qiyun-thesis/...
) despite the uppercase letters in the actual path (/scratch/akeluska/Qiyun-Thesis/...
).Expected Behavior:
mamba
should preserve the case of the specified file path. I kindly request that the behavior of mamba be reviewed and adjusted to handle case sensitivity of file paths.mamba info / micromamba info
Logs
No response
environment.yml
~/.condarc
No response
The text was updated successfully, but these errors were encountered: