Closed DanDor90 closed 2 years ago
You can install with pip install asteroid
in the anaconda command prompt.
You can install with
pip install asteroid
in the anaconda command prompt.
Yes, the lines
pip install Cython
pip install numpy
pip install asteroid
were typed in the anaconda prompt
You can install with
pip install asteroid
in the anaconda command prompt.Yes, the lines
pip install Cython pip install numpy pip install asteroid
were typed in the anaconda prompt
I think, you don't need to the "conda env create -f environment.yml". I am using now the asteroid with only writing in anaconda prompt "pip install asteroid". If you did this in base env, you can create new env in anaconda prompt, then write "pip install asteroid". Lastly, I installed pytorch with "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch". It's done for me.
Hi,How did you solve this problem? I encountered the same situation as you. ERROR:failed bulding wheel for pesq building wheel for pesq(setpu.py)...error
This is not an issue with asteroid, but with pesq, sorry about that. Closing the issue.
❓ Questions and Help
Hi, I am unable to install asteroid via pip or conda due to an error with the pesq dependency on windows 10.
Pip:
all dependencies are installed except for pesq:
Microsoft Visual C++ 14.30 is already installed on my machine. Same result if I try:
Conda:
yields
which I solved by modifiying 'environment.yml' following #552. However, If I re-create the environment, this is what I get:
Any idea or suggestion would be highly appreciated.