benstaf/ChemGAN-challenge

TROUBLE INSTALLING LIBRARIRES WITHT THE ChemGAN PROGRAM....

Closed this issue · 4 comments

Hello.

With regards to your "ChemGAN"
for drug discovery, I am having a hard time istalling
the libraries....

import model
import mol_metrics
import music_metrics
gen_dataloader import Gen_Data_loader
dis_dataloader import Dis_dataloader
text_classifier import TextCNN
rollout import ROLLOUT
target_lstm import TARGET_LSTM

trying to install them through pip command windows prompt
and from github doesn't work either.

Any ideas?? I am trying to run the file:
"train_ogan.py"

Is this the right one??
Can you please point me in the right direction??

You don't need to install them with pip. Just run the file indicated in the instructions of readme

Hello. I still can't seem to get the ChemGAN working. Where does it say it in the "readme" file??

I'm still getting errors about:
ModuleNotFoundError: No module named 'rdkit'
Also not recognizing "mol_metrics" as well??