ImportError: cannot import name ContextualZipFile

安装jupyter notebook是出现报错

ImportError: cannot import name ContextualZipFile

看报错是因为setuptools的问题,
https://github.com/pypa/setuptools/issues/299 这里有提供一个修改过的安装包,但是要注册才能下,无果,于是将setuptools的版本改了下

pip install setuptools==3.8

哈,报错没了。

MARKER_EXPR = originalTextFor(MARKER_EXPR())(“marker”)
TypeError: call() takes exactly 2 arguments (1 given)

zz 最终还是不行,这个博主的第一篇文章好棒呀~~解决了
http://www.cnblogs.com/mybefly/p/6526744.html

你可能感兴趣的:(安装失败)