sonnet import fails on: 'from graphs import Sonnet'
up vote
1
down vote
favorite
Trying to run some github code which imports 'sonnet' which seems to import other packages from 'graphs'. I get:
----> 9 import sonnet as snt
~Anaconda3libsite-packagessonnet__init__.py in <module>()
1 __version__ = '0.1.6'
----> 2 from graphs import Sonnet, D3Graph, MatplotGraph
ImportError: cannot import name 'Sonnet'
I've explicitly installed and imported 'graphs', but failed with the same error when explicitly tried to:
----> 1 from graphs import Sonnet
ImportError: cannot import name 'Sonnet'
Any advice?
Environment: Jupyter Notebook, python 3.6.5, Anaconda, windows
python python-3.6
New contributor
add a comment |
up vote
1
down vote
favorite
Trying to run some github code which imports 'sonnet' which seems to import other packages from 'graphs'. I get:
----> 9 import sonnet as snt
~Anaconda3libsite-packagessonnet__init__.py in <module>()
1 __version__ = '0.1.6'
----> 2 from graphs import Sonnet, D3Graph, MatplotGraph
ImportError: cannot import name 'Sonnet'
I've explicitly installed and imported 'graphs', but failed with the same error when explicitly tried to:
----> 1 from graphs import Sonnet
ImportError: cannot import name 'Sonnet'
Any advice?
Environment: Jupyter Notebook, python 3.6.5, Anaconda, windows
python python-3.6
New contributor
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Trying to run some github code which imports 'sonnet' which seems to import other packages from 'graphs'. I get:
----> 9 import sonnet as snt
~Anaconda3libsite-packagessonnet__init__.py in <module>()
1 __version__ = '0.1.6'
----> 2 from graphs import Sonnet, D3Graph, MatplotGraph
ImportError: cannot import name 'Sonnet'
I've explicitly installed and imported 'graphs', but failed with the same error when explicitly tried to:
----> 1 from graphs import Sonnet
ImportError: cannot import name 'Sonnet'
Any advice?
Environment: Jupyter Notebook, python 3.6.5, Anaconda, windows
python python-3.6
New contributor
Trying to run some github code which imports 'sonnet' which seems to import other packages from 'graphs'. I get:
----> 9 import sonnet as snt
~Anaconda3libsite-packagessonnet__init__.py in <module>()
1 __version__ = '0.1.6'
----> 2 from graphs import Sonnet, D3Graph, MatplotGraph
ImportError: cannot import name 'Sonnet'
I've explicitly installed and imported 'graphs', but failed with the same error when explicitly tried to:
----> 1 from graphs import Sonnet
ImportError: cannot import name 'Sonnet'
Any advice?
Environment: Jupyter Notebook, python 3.6.5, Anaconda, windows
python python-3.6
python python-3.6
New contributor
New contributor
New contributor
asked 2 days ago
Ganitph
62
62
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ganitph is a new contributor. Be nice, and check out our Code of Conduct.
Ganitph is a new contributor. Be nice, and check out our Code of Conduct.
Ganitph is a new contributor. Be nice, and check out our Code of Conduct.
Ganitph is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203625%2fsonnet-import-fails-on-from-graphs-import-sonnet%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password