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
I just encountered this error FileNotFoundError: environment.yml not found which I was able to fix by renaming my environment.yaml file to environment.yml. Alternatively using the -f environment.yaml option also works.
The internet seems to be split on which version is the correct extension, but ignoring this discussion it would be really nice to just support both yaml and yml out of the box.
The text was updated successfully, but these errors were encountered:
I just encountered this error
FileNotFoundError: environment.yml not found
which I was able to fix by renaming myenvironment.yaml
file toenvironment.yml.
Alternatively using the-f environment.yaml
option also works.The internet seems to be split on which version is the correct extension, but ignoring this discussion it would be really nice to just support both
yaml
andyml
out of the box.The text was updated successfully, but these errors were encountered: