You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "", line 28, column 66:
... le" content="{"groups": [], "environmentKey" ...
^ (line: 28)
Is this something that has been observed and resolved before?
The text was updated successfully, but these errors were encountered:
@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.
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 "", line 28, column 66:
... le" content="{"groups": [], "environmentKey" ...
^ (line: 28)
Is this something that has been observed and resolved before?
The text was updated successfully, but these errors were encountered: