-
Notifications
You must be signed in to change notification settings - Fork 423
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
Fix package installation script for WHAMR! #613
Conversation
Thanks for the PR ! Does this really solve the problem ? Shouldn't we rather install pyroomacoustics with a fixed version, or a maximum version ? |
Yes, first I tried to fix WHAMR!'s code for working with pyroomacoustics 0.4.1.
In the WHAMR!'s requirements.txt file, the fixed versions are specified.
|
But where is this requirement file ? I don't see it in the recipe here, right? |
Download script are located at line 13 in same file.
The download scripts are disabled (commented), I guess because it just be needed at first time to setup WHAMR! dataset. |
I don't have the impression that it is downloaded in the recipe folder, but in $out_dir. Did you run the script from scratch to make sure it works ? |
I'm so sorrrrrrrry, I confused. The WHAMR! scripts are download by line 17 (prepare_data.sh#L17) I test below steps.
|
It's me who got confused, I didn't pay attention to this line which makes your code work, sorry about that and thanks again for the fix ! |
Hey guys, i am also trying to download and build the WHAMR package but even when installing via requirements-file, i get the error message: |
Can you specify your versions please? |
OS: Distributor ID: Ubuntu python --> 3.8.13 Thanks in Advance! |
When i used the python 3.10, it was not able to build the wheels for the numpy (1.19.1) |
I'm sorry for not being help. In my case, all package versions are same with you except Ubuntu version (My version is 20.04)
|
You are a huge help, it seems to work (--> Last message: completed 500 of 20000 utterances)! I am so relieved. I tried reinstalling pyroomacoustics (like you said) and the versions slightly changed to: Cython-0.29.30 |
Hello, there was a problem when I run create_wham_from_scratch.py, I use pyroomacoustics 0.3.1 and no errors reported, but it doesn't work. No data created but folder. I have downloaded wsj0, wham_noise and given the path. |
the compute_rir() seems not work |
By the pyroomacoustics package's API deprecation, WHAMR! script not working with latest version of pyroomacoustics.
So, we should install specific version using requirements.txt in whamr_scripts.
The issue had discussed at LCAV/pyroomacoustics#178