insilicomedicine / GENTRL

Generative Tensorial Reinforcement Learning (GENTRL) model
605 stars 218 forks source link

I can't run your jupyter notebooks even I installed them errorlessly. #8

Closed xuzhang5788 closed 5 years ago

xuzhang5788 commented 5 years ago

I followed your installation instructions, then I confirmed that I have installed gentrl, rdkit and moses correctly like these

Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import gentrl import rdkit quit()

However, when I went to jupyter notebook, I got

ModuleNotFoundError Traceback (most recent call last)

in () ----> 1 import gentrl 2 import torch 3 import pandas as pd 4 torch.cuda.set_device(0) ModuleNotFoundError: No module named 'gentrl' Could you please help me to figure out it? Many thanks
xuzhang5788 commented 5 years ago

It works after I upgrade my jupyter notebook. Many thanks!