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

pybel-tools should have a new documentation? #144

Open
choooze opened this issue Sep 10, 2020 · 0 comments
Open

pybel-tools should have a new documentation? #144

choooze opened this issue Sep 10, 2020 · 0 comments

Comments

@choooze
Copy link

choooze commented Sep 10, 2020

Hello guys.

I found that the latest version of 'pybel-tools' impossible to use according to the documentation (https://pybel.readthedocs.io/projects/tools/en/latest/)

For example
`Python 3.8.2 (default, Jul 16 2020, 14:00:26)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import pybel_tools
pybel_tools.get_version()
'0.8.0'
graph = []
pybel_tools.mutation.enrich_complexes(graph)
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'pybel_tools' has no attribute 'mutation'
dir(pybel_tools)
['builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'path', 'spec', 'get_version', 'version']
`

So hence the following problem, it's impossible to use https://github.com/pybel/pybel-notebooks because it's related on 'pybel-tools' package.

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

1 participant