1000Langs icon indicating copy to clipboard operation
1000Langs copied to clipboard

CondaValueError: could not parse 'name: lang1000' in: env_linux.txt

Open liperrino opened this issue 6 years ago • 1 comments

Good evening. I am getting this error: CondaValueError: could not parse 'name: lang1000' in: env_linux.txt when trying to run: conda create --name lang1000 --file env_linux.txt

liperrino avatar Oct 31 '19 15:10 liperrino

@liperrino, i used a workaround:

conda create -n lang1000 python=3.6.7
conda activate lang1000
pip install -r requirement.txt

anntanp avatar Feb 29 '20 13:02 anntanp