Skip to content
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

pip install -r requirement.txt 安装需要进行如下的修改 #24

Open
zhouqian177 opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@zhouqian177
Copy link

直接下载回来安装的 requirement.txt 会存在多个包依赖的报错;
修改以下几个包的 版本信息可以顺利安装:

diff requirements.txt requirements.txt.bak
59,61c59,61
< mkl-fft
< mkl-random
< mkl-service

mkl-fft==1.3.6
mkl-random==1.2.2
mkl-service==2.4.0
69c69
< numpy==1.24.4


numpy==1.25.2
128,129c128,129
< torchaudio
< torchvision


torchaudio==0.12.1
torchvision==0.13.1

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

1 participant