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 searched open reports and couldn't find a duplicate
What happened?
When installing a prefix. It might result in a failure on fetching packages, if that happens the installation is instantly killed. This could result in leaving empty files. In my case it left an empty prefix/conda-meta/bla.json. This will then give an issue as the installer first checks for existing installed packages. Resulting in no way to continue without removing the prefix. As it doesn't tell you what is going wrong.
Error:
EOF while parsing a value at line 1 column 0
Additional Context
I walked into this while testing the S3 authentication which might fail and thus stopping the installation abruptly. This might also be an issue as it doesn't close down nicely. Resulting in a left over progress bar. e.g.:
Checklist
What happened?
When installing a prefix. It might result in a failure on fetching packages, if that happens the installation is instantly killed. This could result in leaving empty files. In my case it left an empty
prefix/conda-meta/bla.json
. This will then give an issue as the installer first checks for existing installed packages. Resulting in no way to continue without removing the prefix. As it doesn't tell you what is going wrong.Additional Context
I walked into this while testing the S3 authentication which might fail and thus stopping the installation abruptly. This might also be an issue as it doesn't close down nicely. Resulting in a left over progress bar. e.g.:
Then trying again results in:
The text was updated successfully, but these errors were encountered: