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

import tensorwatch error #79

Open
leaf918 opened this issue May 28, 2021 · 0 comments
Open

import tensorwatch error #79

leaf918 opened this issue May 28, 2021 · 0 comments

Comments

@leaf918
Copy link

leaf918 commented May 28, 2021

import tensorwatch as tw

`

Connected to pydev debugger (build 211.7142.13)
Traceback (most recent call last):
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/home/leef_wsl_u18/miniconda3/envs/py36/lib/python3.6/site-packages/tensorwatch/init.py", line 10, in
from .text_vis import TextVis
File "/home/leef_wsl_u18/miniconda3/envs/py36/lib/python3.6/site-packages/tensorwatch/text_vis.py", line 5, in
from .vis_base import VisBase
File "/home/leef_wsl_u18/miniconda3/envs/py36/lib/python3.6/site-packages/tensorwatch/vis_base.py", line 14, in
class VisBase(Stream, metaclass=ABCMeta):
File "/home/leef_wsl_u18/miniconda3/envs/py36/lib/python3.6/site-packages/tensorwatch/vis_base.py", line 16, in VisBase
from IPython import get_ipython, display
ImportError: cannot import name 'get_ipython'
python-BaseException

Process finished with exit code 1

`

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