REINVENT icon indicating copy to clipboard operation
REINVENT copied to clipboard

errors when I ran ./data_structs.py mols.smi from REINVENT directory

Open xuzhang5788 opened this issue 6 years ago • 2 comments

from: can't read /var/mail/rdkit from: can't read /var/mail/torch.utils.data from: can't read /var/mail/utils ./data_structs.py: line 13: syntax error near unexpected token (' ./data_structs.py: line 13: class Vocabulary(object):'

Any advice? Thanks

I have downgraded Pytorch to 0.1.12

xuzhang5788 avatar Jul 06 '18 20:07 xuzhang5788

Looks like your python installation is a little bit wracked. It wants to read from /var/mail/rdkit but it can’t

tblaschke avatar Nov 08 '18 08:11 tblaschke

I think the interpreter may be wrong. I mean this is not in a python runtime. Please try: python data_structs.py. First you should make sure your python environment is right.

zealseeker avatar Nov 11 '18 07:11 zealseeker