You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone! I'm having an issue while creating a virtual environment for a project. I used the command "conda env create --file environment.yml", but after collecting package metadata, it got stuck at "Solving environment" for nearly an hour.
Collecting package metadata (repodata.json):
WARNING conda.models.version:get_matcher(537): 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
WARNING conda.models.version:get_matcher(537): 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
WARNING conda.models.version:get_matcher(537): Using.* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0., but conda is ignoring the. and treating it as 1.6.0
WARNING conda.models.version:get_matcher(537): Using.* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1., but conda is ignoring the. and treating it as 1.7.1
done
Solving environment: -
The text was updated successfully, but these errors were encountered:
same problem. have you solved it ?
But I have the original 3d gs environment, it works on 2d gs too. So maybe you can directly use it after pip install some missing packages.
Hello everyone! I'm having an issue while creating a virtual environment for a project. I used the command "conda env create --file environment.yml", but after collecting package metadata, it got stuck at "Solving environment" for nearly an hour.
Collecting package metadata (repodata.json):
WARNING conda.models.version:get_matcher(537): 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
WARNING conda.models.version:get_matcher(537): 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
WARNING conda.models.version:get_matcher(537): Using.* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0., but conda is ignoring the. and treating it as 1.6.0
WARNING conda.models.version:get_matcher(537): Using.* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1., but conda is ignoring the. and treating it as 1.7.1
done
Solving environment: -
The text was updated successfully, but these errors were encountered: