1000Langs
1000Langs copied to clipboard
CondaValueError: could not parse 'name: lang1000' in: env_linux.txt
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, i used a workaround:
conda create -n lang1000 python=3.6.7
conda activate lang1000
pip install -r requirement.txt