-
Notifications
You must be signed in to change notification settings - Fork 60
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
hello; how to fix this error; Error importing optional module IPython.core.display #48
Comments
I had the same problem and it seems to be caused by
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$python -m vidur.main \
INFO 12-17 16:26:54 simulator.py:60] Starting simulation with cluster: Cluster({'id': 0, 'num_replicas': 1}) and 512 requests
INFO 12-17 16:26:55 simulator.py:80] Simulation ended at: 85.98978289077179s
INFO 12-17 16:26:55 simulator.py:83] Writing output
Error importing optional module IPython.core.display
Traceback (most recent call last):
File "/home/xiaohao.fth/.conda/envs/vidur02/lib/python3.10/site-packages/_plotly_utils/optional_imports.py", line 28, in get_module
return import_module(name)
File "/home/xiaohao.fth/.conda/envs/vidur02/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
The text was updated successfully, but these errors were encountered: