zjunlp / MolGen

[ICLR 2024] Domain-Agnostic Molecular Generation with Chemical Feedback
https://huggingface.co/spaces/zjunlp/MolGen
MIT License
132 stars 11 forks source link

Fail to install conda environment #14

Open Kartinaa opened 2 months ago

Kartinaa commented 2 months ago

Dear author,

Thanks for sharing your wonderful work! When I tried to install the conda environment using environment.yml file, I failed because it is not the format that conda needed. However, even if I make the environment file conda-readable, it still gives me error cause some version conflict of packages.

Really appreciate it if you could help with this. Have a great day!

Best, Bo

ZJU-Fangyin commented 1 month ago

Hi, I think you could install some packages that you haven’t yet by following the environment.yml file. The essential ones include deepspeed, selfies, torch, transformers, tqdm, and numpy. If anything is missing, you can install additional packages as needed based on the error messages you receive during runtime.

Kartinaa commented 1 month ago

Thanks for the suggestions! I'll try what you suggested.