Get the official prebuilt binary version for your platform:
https://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/
Unfortunately, in my experience, the conda versions often have various weird problems.
It is a catch-22 problem.
The sra-tools developers refuse to support conda and expect that the bioconda folks package the binaries.
The bioconda folks refuse to package binaries and want to compile from the source, but the code only compiles for bioconda if various shims and tiny code corrections are added. Alas, these latter can fail in various subtle ways leading to very hard-to-debug errors.
After a couple of years of installing with conda only to be fighting these errors, I found that it is much simpler to install the official binaries. No errors since.
Download the version you need, and put it in the $PATH
.
Have you tried updating?
This worked! Thank you so much!