Skip to content
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

WARNING conda.models.version:get_matcher(546): #30

Open
XLxlll opened this issue Jan 18, 2024 · 2 comments
Open

WARNING conda.models.version:get_matcher(546): #30

XLxlll opened this issue Jan 18, 2024 · 2 comments

Comments

@XLxlll
Copy link

XLxlll commented Jan 18, 2024

Hello, everyone. Do you have the same error?
when I use the commond 'conda env create -f environment.yaml' to create the virtual environment, the errors is shown below.
WARNING conda.models.version:get_matcher(546): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the . and treating it as 1.8.0

@mohit-choithwani
Copy link

Hi, I've encountered the same error. Has anyone found a solution for it?

@XLxlll
Copy link
Author

XLxlll commented Jan 25, 2024

Hi, I've encountered the same error. Has anyone found a solution for it?

You can change the content of environment.yaml ,for example

name: nope-nerf
channels:

pytorch
defaults
dependencies:
python=3.10.13=h955ad1f_0
pytorch=1.11.0=py3.10_cuda11.3_cudnn8.2.0_0
torchvision==0.12.0=py310_cu113
torchaudio=0.11.0=py310_cu113
cudatoolkit=11.3.1=h2bc3f7f_2
..........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants