zhenglz

Results 20 comments of zhenglz

> Hello, I'm trying to install through git and this error occurs: > `fatal: repository '[email protected]/zheng/dockingML.git' does not exist` > > Could you please provide some guidance? Thanks. There is...

> Thank you for the guidance, it actually worked. No problem with installation anymore, however when I run gmx_cmap.py, the error in the picture occurs. > ![cmap_error](https://user-images.githubusercontent.com/41117553/51610486-f2435880-1f2d-11e9-8ea2-a43314a17ffb.png) I may suggest...

> I did exactly the same and the error persists: > ![error_in_py35](https://user-images.githubusercontent.com/41117553/51611627-be1d6700-1f30-11e9-8bb1-2240cdca1321.png) > Does it have anything to do with the default python version on the system? Note that although...

Quite strange. You may now try these: # under py35 $ source activate py35 $ cd dockingML $ which pip # make sure that pip is in xx/envs/py35/bin/pip $ pip...

The package now is working as desired. But seems some library is not compatible with mdtraj. Yes, Glibc 2.14 may need to be upgraded. You may find this link useful:...

> I was just reading that :) > Thank you very much, really. This was way more than helpful. I'll post here once I manage to run. > Best, No...

![ps_01](https://user-images.githubusercontent.com/10207074/51614759-4ddb0980-1f61-11e9-8384-d49146398fda.png) I have never seen such an error. "core dumped" may be caused by a lot of different reasons. I am not sure how to deal with this error. But...

Ah, confused. What about: python >>> import mdtraj as mt >>> import numpy as np

Then it seems like that mdtraj is not well installed. The error may raise from the glibc. You may need to re-install glibc after you upgrade your centos. And reinstall...

Glad to be helpful!