jodyphelan/NTM-Profiler

SafetyError: The package for tb-profiler has an incorrect size.

Closed this issue · 2 comments

Dear NTM-Profiler Developers,

I am getting these errors while installing ntm-profiler v0.1.1 with Anaconda3 v2020.07:

» conda install -c bioconda ntm-profiler=0.1.1
…
Preparing transaction: done
Verifying transaction: |
SafetyError: The package for tb-profiler located at /pathto/Anaconda3/2020.07/pkgs/tb-profiler-4.0.2-pypyh5e36f6f_0
appears to be corrupted. The path 'share/tbprofiler/tbdb.dr.json'
has an incorrect size.
  reported size: 210622 bytes
  actual size: 210753 bytes
 
SafetyError: The package for tb-profiler located at /pathto/Anaconda3/2020.07/pkgs/tb-profiler-4.0.2-pypyh5e36f6f_0
appears to be corrupted. The path 'share/tbprofiler/tbdb.version.json'
has an incorrect size.
  reported size: 128 bytes
  actual size: 157 bytes
 
done
Executing transaction: done

Should I be worried? Please let me know. The 'ntm-profiler update_db' command ran fine.

Thank you!

I think this is fine. I've recently packaged a new JSON file as part of the new release of tb-profiler and I think it is complaining about that. But it should be ok.

Okey, thank you, @jodyphelan.