Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

problem with environment_mac_cpu.yml #23

Open
cindylee13 opened this issue Oct 7, 2019 · 1 comment
Open

problem with environment_mac_cpu.yml #23

cindylee13 opened this issue Oct 7, 2019 · 1 comment

Comments

@cindylee13
Copy link

cindylee13 commented Oct 7, 2019

conda env create -n cartoongan -f environment_mac_cpu.yml

and some errors happen

SpecNotFound: Invalid name, try the format: user/package

I'm using a MacBook with anaconda3
conda: 4.7.10
pip 18.1 from /home/comp/anaconda3/lib/python3.7/site-packages/pip
I found some discussion about the instruction "conda env create" not working,
but I'm not sure if there's also problems with the yml document, thanks!

@mnicnc404
Copy link
Owner

I tried conda==4.7.10 and pip==18.1 but cannot reproduce your issue.

Can you either try

conda clean -a
conda-env create -f environment_mac_cpu.yml

or

conda update -n base -c defaults conda
conda env create -n cartoongan -f environment_mac_cpu.yml

?

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

No branches or pull requests

2 participants