simon-ging / coot-videotext

COOT: Cooperative Hierarchical Transformer for Video-Text Representation Learning
Apache License 2.0
288 stars 55 forks source link

PackagesNotFoundError: torchaudio==0.7.0a0+a853dff #38

Closed YOONSEOKHEO closed 3 years ago

YOONSEOKHEO commented 3 years ago

while installing conda environment using 'requirements.txt' and 'requirements_frozen.txt', I had some Issues. Issue is about the version of torchaudio package version at 'requirements_frozen.txt'.

I installed packages by code as below.

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

However, I couldn't install torchaudio package because it's version. At 'requirements_frozen.txt', version of torchaudio package is as 'torchaudio==0.7.0a0+a853dff' and I have no idea about it. I think it's a mis-written version number. So can I know exact version of torchaudio package to run the code? If it isn't miss written one, can I know the way to install the version of torchaudio package?

Thank you! :)