NVIDIA-Genomics-Research / rapids-single-cell-examples

Examples of single-cell genomic analysis accelerated with RAPIDS
Apache License 2.0
318 stars 68 forks source link

conda import environment not working #93

Open tnnandi opened 2 years ago

tnnandi commented 2 years ago

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?

cjnolet commented 2 years ago

@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.