安装ipython [笔记本]时出错

时间:2016-07-09 07:42:02

标签: ipython-notebook jupyter-notebook

我想安装ipython [notebook],我在使用命令安装ipython [notebook]时遇到此错误 Python -m pip install ipython [notebook]。

我已经使用python -m pip update setup更新了设置。

writing MarkupSafe.egg-info\PKG-INFO
writing top-level names to MarkupSafe.egg-info\top_level.txt
writing dependency_links to MarkupSafe.egg-info\dependency_links.txt
warning: manifest_maker: standard file '-c' not found

reading manifest file 'MarkupSafe.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'MarkupSafe.egg-info\SOURCES.txt'
copying markupsafe\_speedups.c -> build\lib.win32-2.7\markupsafe
running build_ext
building 'markupsafe._speedups' extension
error: [Error 2] The system cannot find the file specified

---------------------------------------

我甚至尝试使用命令python-m pip install markup safe安装Markup Safe,但没有给出错误:

writing MarkupSafe.egg-info\PKG-INFO
writing top-level names to MarkupSafe.egg-info\top_level.txt
writing dependency_links to MarkupSafe.egg-info\dependency_links.txt
warning: manifest_maker: standard file '-c' not found

reading manifest file 'MarkupSafe.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'MarkupSafe.egg-info\SOURCES.txt'
copying markupsafe\_speedups.c -> build\lib.win32-2.7\markupsafe
running build_ext
building 'markupsafe._speedups' extension
error: [Error 2] The system cannot find the file specified

命令“C:\ Python27 \ python.exe -u -c”导入setuptools,tokenize; 文件 ='c:\

安装Mark up safe speedups会出现此错误: C:\ Python27> python -m pip install markupsafe._speedups 收集markupsafe._speedups无法找到满足要求的版本markupsafe._speedups(来自版本:)没有找到markupsafe._speedups的匹配分发

0 个答案:

没有答案