pip3 install jupyter出现错误

时间:2023-02-24 16:42:11

问题描述

出现如下错误:
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,尝试,解决~