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
[tibero@acer pulse-master]$ conda create -f pulse.yml
WARNING: A directory already exists at the target location '/usr'
but it is not a conda environment.
Continue creating environment (y/[n])? y
CondaValueError: either -n NAME or -p PREFIX option required,
try "conda create -h" for more details
The text was updated successfully, but these errors were encountered:
if I add -n, it will show another error:
(base) [tibero@acer pulse-master]$ conda create -n pulse -f pulse.yml
Collecting package metadata: done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Hi any advice would be appreciated:
[tibero@acer pulse-master]$ conda create -f pulse.yml
WARNING: A directory already exists at the target location '/usr'
but it is not a conda environment.
Continue creating environment (y/[n])? y
CondaValueError: either -n NAME or -p PREFIX option required,
try "conda create -h" for more details
The text was updated successfully, but these errors were encountered: