JhaKanchan15 / PPI_GNN

57 stars 20 forks source link

Use --no-builds option to create ppi_env #9

Open calebperelini opened 3 months ago

calebperelini commented 3 months ago

The current ppi_env.yml file contains build specifications for packages, meaning the file is platform-specific. In my case this failed to resolve and install correctly for Win64). This requires manually removing the build specifications to install correctly. For instance, I had to replace python=3.8.8=hdb3f193_5 with python=3.8.8 to create the environment.

This issue is fixed if you create the environment file using the --no-build option:

conda env export --no-builds instead of conda env export