anaconda upload silently fails
See original GitHub issueHi,
I’m experiencing weird issues with anaconda upload silently failing.
- built a package:
conda skeleton pypi fastprogress
conda-build fastprogress
all was successful (this is just a pure python one-file module).
- tried to upload:
anaconda upload fastprogress-0.1.5-py36_0.tar.bz2
Using Anaconda API: https://api.anaconda.org
Using "stason" as upload username
Processing 'fastprogress-0.1.5-py36_0.tar.bz2'
Detecting file type...
File type is "conda"
Extracting conda package attributes for upload
Creating package "fastprogress"
that’s it. Nothing happens, no error message, nothing gets uploaded. (nothing appears under https://anaconda.org/stason/repo)
Please note that another team member was able to successfully upload this same package from his setup, but it doesn’t work on mine:
conda-build 3.15.1
conda 4.5.11
anaconda Command line client (version 1.7.2)
Python 3.6.6 :: Anaconda custom (64-bit)
ubuntu 18.04
Thank you.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:27 (9 by maintainers)
Top Results From Across the Web
Upload to Repo Fails Silently - Anaconda support
No information is available for this page.
Read more >Developers - anaconda upload fails silently if the user's storage limit ...
When a user's storage limit for anaconda.org is exceeded, anaconda upload fails. Fair enough! :-) But it would be nice to see an...
Read more >Mario IC on Twitter: "If you are tired of the command anaconda ...
Hi, I'm experiencing weird issues with anaconda upload silently failing. built a package: conda skeleton pypi fastprogress conda-build fastprogress all was ...
Read more >Anaconda.org uploading errors - python - Stack Overflow
I'm having 2 errors with uploading ipynb files to anaconda.org. ... There was no error occurred in terminal, but when I opened anaconda.org, ......
Read more >Release notes — conda 22.11.1.post16+ce4e810c9 ...
Stop referring to updating anaconda when conda update fails with an error. ... resolve #6915 remove 'conda env attach' and 'conda env upload'...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think i have narrowed this down. If you do a
echo $?
anaconda-client properly shows an error code of 1, but no output.In upload.py:245 it needs to catch the exception. This snippet shows catching the exception, logging it and re-raising it:
The output looks like this:
@bkreider let’s huddle on this very soon and work on getting a point release out there.