您的位置:首页 > 其它

pip3 install jupyter出现错误

2018-01-12 19:30 453 查看
问题描述

出现如下错误:

Command "/Users/wang/.pyenv/versions/3.3.1/bin/python3.3 -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-_9zwnm/pyzmq/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-7y5k5j-record/install-record.txt --single-version-externally-managed --compile --zmq=bundled" failed with error code 1 in /private/tmp/pip-build-_9zwnm/pyzmq/

看样子是pyzmq安装失败,然后尝试运行
pip3 install pyzmq
,也是失败

解决

谷歌之,好像可以brew install zeromq,尝试,解决~
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: