Skip to content

Python 3.9 conda build checksums are incorrect for v0.9.0 #1691

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

Closed
fakufaku opened this issue Aug 10, 2021 · 3 comments
Closed

Python 3.9 conda build checksums are incorrect for v0.9.0 #1691

fakufaku opened this issue Aug 10, 2021 · 3 comments

Comments

@fakufaku
Copy link
Contributor

🐛 Bug

I am getting ChecksumMismatchError when trying to install torchaudio from conda.
I have only tried the linux64 version for python 3.9 and torchaudio 0.9.0.

This is also happening for torchvision.

To Reproduce

Install pytorch and torchaudio with conda, or, just to check the MD5 checksum

> wget https://conda.anaconda.org/pytorch/linux-64/torchaudio-0.9.0-py39.tar.bz2
> md5sum torchaudio-0.9.0-py39.tar.bz2
6bbb8056603453427bbe4cca4b033361  torchaudio-0.9.0-py39.tar.bz2

and compare to the declared value 7224453f68125005e034cb6646f2f0a3 on anaconda.org.

Expected behavior

The checksum should be correct and the package should install without error.

Environment

I did

conda env create -f environment.yml

with the following content for the file environment.yml.

name: myenv
channels:
  - pytorch
  - conda-forge
dependencies:
  - python=3.9
  - pytorch>=1.7.0
  - torchvision
  - torchaudio
  - tensorboard
  - numpy
  - scipy>=1.5.0
  - matplotlib
  - seaborn
  - pandas
  - ipython
  - pytest
  - ffmpeg
  - sox
  - pip
  - pip:
      - pytorch-lightning>=1.0.0
      - pyroomacoustics
      - nussl
      - nara_wpe
      - PyYAML
@malfet
Copy link
Contributor

malfet commented Aug 10, 2021

Old version of packages were deleted from the repo, and issue should be resolved now:

 % curl -OL https://conda.anaconda.org/pytorch/linux-64/torchaudio-0.9.0-py39.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3773    0  3773    0     0   3172      0 --:--:--  0:00:01 --:--:--  3202
100 4514k  100 4514k    0     0   199k      0  0:00:22  0:00:22 --:--:--  581k
 % md5 torchaudio-0.9.0-py39.tar.bz2 
MD5 (torchaudio-0.9.0-py39.tar.bz2) = 7224453f68125005e034cb6646f2f0a3

@seemethere
Copy link
Member

I've gone ahead and deleted the old packages and the hash mismatch appears to have been resolved, feel free to re-open the issue if still persists, see pytorch/pytorch#63006 (comment)

@fakufaku
Copy link
Contributor Author

Thank you very much!!! ❤️

mthrok pushed a commit to mthrok/audio that referenced this issue Dec 13, 2022
Co-authored-by: Holly Sweeney <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants