nii-yamagishilab / PartialSpoof

BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

What are the recommended conda environment specifications to run this project ```conda activate ssl ```? #6

Open Abdullah-Eisa opened 3 weeks ago

Abdullah-Eisa commented 3 weeks ago

I'm encountering issues running the project due to incompatibilities between Python interpreter versions and packages. Pip/Conda doesn't seem to be correctly resolving dependency versions, leading to errors.

I have checked the prepare section here (https://github.com/nii-yamagishilab/PartialSpoof/tree/main/03multireso#prepare), and it's not clear what are recommended conda environment configuration and python interpreter version and other python packages specifications here: conda activate ssl

Could you please provide details on the following:

  1. Recommended conda environment: Is there a specific conda environment configuration that is recommended to run the project successfully?
  2. Python interpreter version: Which version of the Python interpreter is required or recommended for this project?
  3. Dependency versions: Are there any specific versions of Python packages (e.g. numpy ...etc) that are required or recommended for compatibility?
Abdullah-Eisa commented 3 weeks ago

Hi @zlin0,

Having trouble setting up the conda environment for PartialSpoof project. Any guidance on recommended versions/configurations would be greatly appreciated!

Thanks,

zlin0 commented 4 days ago

Hi @Abdullah-Eisa, thank you for your interest in PartialSpoof.

Did you download s3prl in the corresponding version as mentioned in the README?

The SSL model used in this project is based on s3prl. Please follow s3prl#installation to build the environment.

My SSL environment fully follows that version of s3prl. The new version might not support the old commands.