-
Notifications
You must be signed in to change notification settings - Fork 228
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
superfluous relational operator Warning when building conda environment with latest conda version #2551
Comments
Hi @aliirezaKh thanks for bringing this to our attention. I can confirm that this warning does occur on our builds as well when using the latest version of conda (we haven't dealt with it yet because most of our development team uses older versions). This warning should be unrelated to the environment not building, though. Could you let us know what platform you are attempting to do the installation on, and which set of installation instructions you are following (from source code, from binaries)? This will help us debug the issue. If you not currently following any set of instructions in particular, check out these from our docs. |
Hi @JacksonBurns thank you for your answer. I am following the installation steps from YouTube channel @reactionmechanismgenerator4444 (https://youtu.be/kn7eeHAYbt4?si=uwKWinb3QiePwR2c) and I want to install it on Ubuntu(22.04.3) in Linux and my python version is 3. |
The instructions in that video are slightly outdated, please use the updated instructions at the link from my previous comments to make things work. |
@JacksonBurns Can you please give me the link here? |
@aliirezaKh here is the link: https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/anacondaDeveloper.html You may also want to follow the installation instructions using Docker: https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/index.html#recommended-install-docker |
@JacksonBurns Thanks a lot |
This issue is being automatically marked as stale because it has not received any interaction in the last 90 days. Please leave a comment if this is still a relevant issue, otherwise it will automatically be closed in 30 days. |
Going to close this as resolved, please open again if any new issues arise! |
Bug Description
When I execute the command 'conda env create -f environment.yml' during installation in the terminal, I receive a WARNING: 'conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0., but conda is ignoring the . and treating it as 1.9.0
| failed
The installation does not progress beyond this step. How should I resolve this?
How To Reproduce
Steps to reproduce the behavior.
Expected Behavior
A clear and concise description of what you expected to happen.
Installation Information
Describe your installation method and system information.
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: