Closed surya-narayanan closed 3 years ago
Hi, I will perhaps look into a more uniform, user friendly way to install conda packages in the future, but for now, maybe you can refer to the requirement.txt file I provided for another individual? Feel free to let me know if you run into any further issues. You could also choose to install individual packages mannually (as far as I know, the code-base supports the most up-to-date version of pytorch, numpy, opencv, etc.) requirements.txt
Hi,
When I tried creating the env using
conda env create -n clam -f clam.yaml
I get the following error
json.decoder.JSONDecodeError: Unterminated string starting at: line 830302 column 14 (char 25006056)
Here is my full error report
I was unable to reproduce this however, since on a different machine, it worked. So it might be a distribution specific thing. I upgraded my conda using
conda update conda
but still face this issue on my system. Can you provide a few configuration details such as which conda distribution, or a different way to unpack the yaml file?