我已经在我的Windows 8.1机器上安装了Python 2.7,这在很久以前就已存在。最近我在cmd中使用以下命令安装了ipython
pip install ipython
之后我想使用ipython笔记本,我在cmd中运行了以下命令
ipython notebook
但是,这样做会出现以下错误:
回溯(最近一次调用最后一次):文件“C:\ Python27 \ Scripts \ ipython-script.py”,第9行, load_entry_point('ipython == 2.3.1','console_scripts','ipython')() 文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython__init __ p y“,第120行,在start_ipython中返回launch_new_instance(argv = argv, ** kwargs)文件“C:\ Python27 \ lib \ site-packages \ ipython-2.3.1-py2.7.egg \ IPython \ config \ app lication.py“,第563行,在launch_instance app.initialize(argv)文件中 “”,第2行,初始化文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\设置\应用 lication.py“,第92行,在catch_config_error返回方法中(app,* args, ** kwargs)文件“C:\ Python27 \ lib \ site-packages \ ipython-2.3.1-py2.7.egg \ IPython \ terminal \ i papp.py“,第321行,初始化超级(TerminalIPythonApp, self).initialize(argv)文件“”,第2行,初始化文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\设置\应用 lication.py“,第92行,在catch_config_error返回方法中(app,* args, ** kwargs)文件“C:\ Python27 \ lib \ site-packages \ ipython-2.3.1-py2.7.egg \ IPython \ core \ appli cation.py“,第381行,初始化self.parse_command_line(argv)文件 “C:\ Python27 \ lib中\站点包\ IPython的-2.3.1-py2.7.egg \ IPython的\终端\我 papp.py“,第316行,在parse_command_line中返回 super(TerminalIPythonApp,self).parse_command_line(argv)文件 “”,第2行,在parse_command_line文件中 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\ CONFIG \ application.py” 第92行,在catch_config_error中返回方法(app,* args,** kwargs) 文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\设置\应用 lication.py“,第475行,在parse_command_line中返回 self.initialize_subcommand(subc,subargv)文件“”,第2行,in initialize_subcommand文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\ CONFIG \ application.py” 第92行,在catch_config_error中返回方法(app,* args,** kwargs) 文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\设置\应用 lication.py“,第406行,在initialize_subcommand subapp =中 import_item(subapp)文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\ utils的\ IMPO rtstring.py“,第42行,在import_item模块中= 导入(包, fromlist = [obj])文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\ HTML \ noteb ookapp.py“,第40行,在check_for_zmq('2.1.11', 'IPython.html')文件 “C:\ Python27 \ LIB \站点包\ IPython中-2.3.1-py2.7.egg \ IPython的\ utils的\ zmqr elated.py“,第37行,在check_for_zmq中引发ImportError(”%s需要 pyzmq> =%s“%(required_by,minimum_version))ImportError:IPython.html 需要pyzmq> = 2.1.11
注意:我刚刚开始在课程中使用ipython,notebook,jupyter等,对这个问题一无所知。如果我在这里错过了什么,我很抱歉,并感谢我收到的所有帮助。 此外,我甚至通过了链接:“iPython Notebook in Windows - Error on Startup”但无法解决问题