-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot unpack browser-downloaded .conda files #868
Comments
@dholth Can you look into this please? |
anaconda.org includes the directory in the Current behavior Desired behavior (what's up with the UTF-8 portion?)
You may rename the local file without the |
This also happens when we conda install offline .conda file downloaded from anaconda. This is solved by renaming .conda file as shown in this stackoverflow post https://stackoverflow.com/questions/77928132/how-to-install-conda-file-downloaded-from-anaconda-package-site |
Think this was fixed earlier this year: conda/conda-package-handling#230 (comment) Tried downloading a recent @mfansler can you please retry and let us know if you still see this issue? |
Yes, this is working now. |
Checklist
What happened?
Downloading packages on Anaconda Cloud via a web browser (Safari 16.6.1) leads to a file like (for example, from https://anaconda.org/conda-forge/r-tinytex/files):
This fails to unpack with
cph
However, everything goes smoothly when downloading the file programmatically using the link on the Anaconda Cloud page:
This behavior arose in the last few months. Is Anaconda Cloud doing something different when downloading from a web browser?
Conda Info
Conda Config
Conda list
Additional Context
Recommended to transfer report here from conda-forge/conda-forge.github.io#2055.
The text was updated successfully, but these errors were encountered: