Sreyan88 / MMER

Code for the InterSpeech 2023 paper: MMER: Multimodal Multi-task learning for Speech Emotion Recognition
https://arxiv.org/abs/2203.16794
67 stars 15 forks source link

Unable to install the necessary dependencies in requirements.txt file #7

Closed Miles762 closed 9 months ago

Miles762 commented 9 months ago

I am trying to run the given code of your paper but despite of creating a new conda environment based on requirements.txt file, the environment is unable to install the required dependencies as a result of which run.sh is not executing. Please help me resolve this issue. Error_screenshot

Sreyan88 commented 9 months ago

Hi @Miles762 ,

Can you try making your conda environment independently and then just do pip install -r requirements.txt after activating the conda environment?

Miles762 commented 9 months ago

Thank for responding instantly, I created the conda environement independently and also executed the code pip install -r requirements.txt, this resulted in fairseq==0.10.2 not installing, please look into this issue. Error_ss2

Miles762 commented 9 months ago

I changed the versions of many libraries and eventually all the libraries in requirements.txt downloaded.