-
Notifications
You must be signed in to change notification settings - Fork 117
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 visqol? #85
Comments
Then,https://github.com/google/visqol?tab=readme-ov-file#linuxmac-build-instructions I think VISQOL has been installed successfully.Target //:visqol up-to-date: So, I try again:(py311) zh@zh-ThinkStation-P360-Tower:~/00/descript-audio-codec-main/scripts$ python evaluate.py concurrent.futures.process._RemoteTraceback: The above exception was the direct cause of the following exception: Traceback (most recent call last): What? oh no |
我注意到你已经解决了这个visqol的安装问题,但是我仍然卡在 ERROR: /mnt/data/user/fan_xiaoran/xjf/metrics/visqol/BUILD:83:11: //:visqol_lib depends on @armadillo_headers//:armadillo_header in repository @armadillo_headers which failed to fetch. no such package '@armadillo_headers//': java.io.IOException: Error downloading [http://sourceforge.net/projects/arma/files/armadillo-10.6.0.tar.xz] to /root/.cache/bazel/_bazel_root/4daf52b73e561e0ddce4d8773e232c31/external/armadillo_headers/temp1097671164740017820/armadillo-10.6.0.tar.xz: connect timed out 这一步,我按照一些经验将workspace中已经弃用的9.900.1版本更改成了10.6.0版本,并且手动下载复制到指定目录,但是报如上错误 请教一下(在实验室ubuntu服务器上进行配置) |
I am sorry. I'm a beginner. Excuse me. I want to ask a question.
run scripts/evaluate.py
then
File "E:\ProgramData\anaconda3\envs\py39DAC\lib\site-packages\audiotools\metrics\quality.py", line 126, in visqol
from visqol import visqol_lib_py
ModuleNotFoundError: No module named 'visqol'
then pip install visqol
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement visqol (from versions: none)
ERROR: No matching distribution found for visqol
How to install visqol? Thank you
The text was updated successfully, but these errors were encountered: