zjunlp / MolGen

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

Fail to install conda environment #14

Open Kartinaa opened 23 hours ago

Kartinaa commented 23 hours 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 8 hours 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 6 hours ago

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