Closed Miles762 closed 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?
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.
I changed the versions of many libraries and eventually all the libraries in requirements.txt downloaded.
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.