Skip to content

Conversation

@djinnome
Copy link

@djinnome djinnome commented May 30, 2020

It turns out that

from indra.assemblers.english_assembler import EnglishAssembler
from indra.sources.bel.bel_api import process_pybel_graph

are no longer the right way to import EnglishAssembler and process_pybel_graph in the latest version of indra. Instead, this will work:

from indra.assemblers.english import EnglishAssembler
from indra.sources.bel.api import process_pybel_graph

It turns out that 
```python
from indra.assemblers.english_assembler import EnglishAssembler
from indra.sources.bel.bel_api import process_pybel_graph
```
are no longer the right way to import in the latest version of indra.  Instead, this will work:

```python
from indra.assemblers.english import EnglishAssembler
from indra.sources.bel.api import process_pybel_graph
```
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

Successfully merging this pull request may close these issues.

1 participant