We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is my environment.yml file:
environment.yml
name: channels: - conda-forge - pytorch - nvidia dependencies: - python >= 3.8, <3.9 - pytorch - pytorch-cuda=11.8 - torchvision - pip - pip: - ultralytics - pillow - numpy - pandas - git+https://github.com/openai/CLIP.git
When running the following command:
micromamba env create -f environment.yml -p ./.conda
it fails with
Installing pip packages: ultralytics, pillow, numpy, pandas, git+https://github.com/openai/CLIP.git critical libmamba Cannot activate, prefix does not exist at: '{ SNIP }\micromambaenv\envs.conda' critical libmamba pip failed to install packages
It seems to be trying to find an environment called .conda instead of using the environment I have locally in my project.
.conda
I'm using micromamba version 1.5.6 on windows.
The text was updated successfully, but these errors were encountered:
I'm having the same problem - providing an absolute path fixes the issue though it would be best if the tool could accept any path.
Sorry, something went wrong.
No branches or pull requests
Here is my
environment.yml
file:When running the following command:
it fails with
It seems to be trying to find an environment called
.conda
instead of using the environment I have locally in my project.I'm using micromamba version 1.5.6 on windows.
The text was updated successfully, but these errors were encountered: