You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2022. It is now read-only.
╰─$ ipython console --TerminalInteractiveShell.editing_mode=vi --kernel hy 1 ↵
[TerminalIPythonApp] WARNING | Subcommand `ipython console` is deprecated and will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter console` in the future
/home/josiah/miniconda3/envs/scipy-lectures/lib/python3.7/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated since IPython 4.0.You should import from ipykernel or jupyter_client instead.
"You should import from ipykernel or jupyter_client instead.", ShimWarning)
Traceback (most recent call last):
File "/home/josiah/miniconda3/envs/scipy-lectures/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/josiah/miniconda3/envs/scipy-lectures/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/josiah/miniconda3/envs/scipy-lectures/lib/python3.7/site-packages/hy_kernel/hy_kernel.py", line 18, in <module>
from hy.macros import _hy_macros, load_macros
ImportError: cannot import name '_hy_macros' from 'hy.macros' (/home/josiah/miniconda3/envs/scipy-lectures/lib/python3.7/site-packages/hy/macros.py)
Environment
The text was updated successfully, but these errors were encountered: