zoukankan      html  css  js  c++  java
  • pip3 install jupyter出现错误

    问题描述

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

  • 相关阅读:
    数组_leetcode283
    数组_leetcode438
    数组_leetcode215
    数组_leetcode167
    数组_leetcode209
    数组_leetcode88
    数组_leetcode80
    数组_leetcode76
    数组_leetcode75
    数组_leetcode27
  • 原文地址:https://www.cnblogs.com/wswang/p/8277414.html
Copyright © 2011-2022 走看看