Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'cpdGeneration_algorithm_optimized' from 'mmpdblib' #1

Open
liutx08 opened this issue Jul 30, 2023 · 2 comments

Comments

@liutx08
Copy link

liutx08 commented Jul 30, 2023

No description provided.

@iAaronLau
Copy link

You should install the module 'mmpdblib' before you launch the code:

git clone https://github.com/mahendra-awale/medchem_moves
cd medchem_moves
python setup.py install

This step is shown in README.md:

MolSearch/README.md

Lines 20 to 27 in 30f36f0

## Outside of MCTS folder
```
git clone https://github.com/mahendra-awale/medchem_moves
cd medchem_moves
python setup.py install
```
This step is to setup the design move transformation API, from the author github [page](https://github.com/mahendra-awale/medchem_moves).

@Cello2195
Copy link

I came across the same problem. And I actually finished the steps below, but still encountered "ImportError: cannot import name 'cpdGeneration_algorithm_optimized' from 'mmpdblib' (/home/xyd/anaconda3/envs/mcts/lib/python3.7/site-packages/mmpdblib/init.py)"

 git clone https://github.com/mahendra-awale/medchem_moves 
 cd medchem_moves 
 python setup.py install 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants