conda import environment not working
When I try creating a conda env from the provided yml file, I get an error report that ends with the following:
File "C:\Users\tnnan\anaconda3\lib\site-packages\ruamel_yaml\scanner.py", line 651, in fetch_value
raise ScannerError(
ruamel_yaml.scanner.ScannerError: mapping values are not allowed here
in "
Is this something that has been observed and resolved before?
@tnnandi this is indeed pretty strange. Ive tried all the yaml files in the current master branch and they seem to work. Have you tried creating a new environment with the yaml files more recently? If not, please let us know which yaml file(s) are failing for you and we can look into a fix.