Sublime REPLパッケージからIPythonシェルを実行する際に問題が発生しています。ここでIPython 4シェルがSublimeで動作しないREPL
は私が得るものです:
C:\Anaconda\lib\site-packages\IPython\config.py:13: ShimWarning:
The`IPython.config` package has been deprecated. You should import from
traitlets.config instead.
"You should import from traitlets.config instead.", ShimWarning)
C:\Anaconda\lib\site-packages\IPython\terminal\console.py:13: ShimWarning:
The `IPython.terminal.console` package has been deprecated. You should
import from jupyter_console instead.
"You should import from jupyter_console instead.", ShimWarning)
C:\Anaconda\lib\site-packages\IPython\frontend.py:21: ShimWarning: The top-
level `frontend` package has been deprecated. All its subpackages have been
moved to the top `IPython` level.
"All its subpackages have been moved to the top `IPython` level.",
ShimWarning)
Traceback (most recent call last):
File "C:\Users\Vladimir\AppData\Roaming\Sublime Text
3\Packages/SublimeREPL/config/Python/ipy_repl.py", line 45, in <module>
from IPython.frontend.terminal.console.app import ZMQTerminalIPythonApp
ImportError: No module named app
は、誰もが、これは固定される可能性がありますどのように解決策を持っていますか?私はpyzmqの最新バージョンをPythonでインストールして実行しています。2.7.10-0
詳細な説明をお寄せいただきありがとうございます。今、私は次の取得: –
[ZMQTerminalIPythonApp]ロードIPython拡張子:storemagic Jupyterコンソール4.0.2 C:\アナコンダ\ python.EXE:パイソンのこのバージョンでpython26.dllの競合のモジュールの使用; 'ipykernel'はパッケージであり、直接実行することはできません –
@VolodymyrKruglovどのバージョンのPythonを使用していますか?また、どのバージョンでIPythonとJupyterをインストールするのに 'pip'が使用されましたか? – MattDMo