Skip to content

torchaudio doesn't get nightly aligned with pytorch and torchvsiion #2610

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
lucasjinreal opened this issue Aug 7, 2022 · 13 comments
Closed
Assignees

Comments

@lucasjinreal
Copy link

lucasjinreal commented Aug 7, 2022

🐛 Describe the bug

pip3 install --pre torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu

get:

Installing collected packages: torchaudio
Successfully installed torchaudio-0.14.0.dev20220603

today is 0807, is 0603 is nightly??????

error in sue:

 self._handle = _dlopen(self._name, mode)
OSError: dlopen(/Users//miniforge3/lib/python3.9/site-packages/torchaudio/lib/libtorchaudio.so, 0x0006): Symbol not found: __ZN2at14RecordFunctionC1ENS_11RecordScopeEb

Versions

torch nightly

cc @ezyang @seemethere @malfet

@ezyang
Copy link
Contributor

ezyang commented Aug 10, 2022

Try explicitly asking for 0.13, I see recent builds for that in https://download.pytorch.org/whl/nightly/torchaudio/

@ezyang ezyang transferred this issue from pytorch/pytorch Aug 10, 2022
@mthrok
Copy link
Collaborator

mthrok commented Aug 10, 2022

There is no official 0.14.0. The dev branch is 0.13. It might be some third party publishing the binary, or could be supply chain attack.

@mthrok
Copy link
Collaborator

mthrok commented Aug 10, 2022

@mthrok
Copy link
Collaborator

mthrok commented Aug 10, 2022

Actualy there is, https://download.pytorch.org/whl/nightly/torchaudio/ ... what is happening ??

@mthrok
Copy link
Collaborator

mthrok commented Aug 10, 2022

@seemethere @malfet @atalman Can you delete 0.14.0 binaries from https://download.pytorch.org/whl/nightly/torchaudio/??

@malfet
Copy link
Contributor

malfet commented Aug 10, 2022

@mthrok deleting is easy, but we need to get to the bottom of what is publishing it

@malfet
Copy link
Contributor

malfet commented Aug 10, 2022

Deleted files and updated indicies...
@atalman can you please check other domain libraries as well? (Also, quite surprised how it happened to audio, as I did all the M1 build experiments against vision

@atalman
Copy link
Contributor

atalman commented Aug 10, 2022

TorchText:
https://download.pytorch.org/whl/nightly/torchtext/
and
TorchVision:
https://download.pytorch.org/whl/nightly/torchvision/
are clear

@atalman
Copy link
Contributor

atalman commented Aug 10, 2022

I think this issue was introduced by my initial commit, introducing m1 builds:
#2421

and later fixed by the following commit:
#2438

Sorry about this. Should have cleaned this up.

@malfet
Copy link
Contributor

malfet commented Aug 13, 2022

Closing, as looks like it's been fixed now. Please do not hesitate to reopen/open new issue if it happens again.

@malfet malfet closed this as completed Aug 13, 2022
@mthrok mthrok reopened this Aug 14, 2022
@mthrok
Copy link
Collaborator

mthrok commented Aug 14, 2022

@malfet The issue still presents.

It seems that osx-arm64 torchaudio does not exist at all https://conda.anaconda.org/pytorch-nightly/osx-arm64

Screen Shot 2022-08-15 at 8 46 10 AM

conda install pytorch torchaudio -c pytorch-nightly
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - torchaudio

Current channels:

  - https://conda.anaconda.org/pytorch-nightly/osx-arm64
  - https://conda.anaconda.org/pytorch-nightly/noarch
  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

@mthrok
Copy link
Collaborator

mthrok commented Aug 15, 2022

Looks like it's working now.

conda install pytorch torchaudio torchvision -c pytorch-nightly
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /Users/moto/miniforge3

  added / updated specs:
    - pytorch
    - torchaudio
    - torchvision


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    pytorch-1.13.0.dev20220815 |          py3.9_0        43.1 MB  pytorch-nightly
    torchaudio-0.13.0.dev20220815|         py39_cpu         5.5 MB  pytorch-nightly
    torchvision-0.14.0.dev20220815|         py39_cpu         6.3 MB  pytorch-nightly
    ------------------------------------------------------------
                                           Total:        54.9 MB

The following NEW packages will be INSTALLED:

  torchaudio         pytorch-nightly/osx-arm64::torchaudio-0.13.0.dev20220815-py39_cpu
  torchvision        pytorch-nightly/osx-arm64::torchvision-0.14.0.dev20220815-py39_cpu

The following packages will be UPDATED:

  pytorch                        1.13.0.dev20220814-py3.9_0 --> 1.13.0.dev20220815-py3.9_0


Proceed ([y]/n)?

@mthrok mthrok closed this as completed Aug 15, 2022
@atalman atalman self-assigned this Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants