首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Pip包(pendulum 2.1)无法与FileNotFoundError一起安装

Pip包(pendulum 2.1)无法与FileNotFoundError一起安装
EN

Stack Overflow用户
提问于 2021-06-20 23:06:02
回答 1查看 188关注 0票数 0

在pendulum的安装过程中,我得到了一个FileNotFoundError异常。

我运行了很多次,都失败了。它确实对pendulum==2.1.1起作用。

代码语言:javascript
复制
Collecting pendulum==2.1.2 (from -c https://raw.githubusercontent.com/apache/airflow/constraints-main/constraints-3.6.txt (line 354))
  Using cached https://files.pythonhosted.org/packages/db/15/6e89ae7cde7907118769ed3d2481566d05b5fd362724025198bb95faf599/pendulum-2.1.2.tar.gz
  Installing build dependencies ... done
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/jorricks/.pyenv/versions/3.6.13/lib/python3.6/tokenize.py", line 452, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/7s/k78t7hcx6g75x9jg8wmj13z40000gn/T/pip-install-xuv35z0w/pendulum/setup.py'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/7s/k78t7hcx6g75x9jg8wmj13z40000gn/T/pip-install-xuv35z0w/pendulum/
You are using pip version 18.1, however version 21.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
~/Projects/airflow ~/Projects/airflow
#######################################################################
  You had some troubles installing the venv !!!!!
  Try running the command below and rerun virtualenv installation

  brew install sqlite mysql postgresql openssl
  export LDFLAGS="-L/usr/local/opt/openssl/lib"
  export CPPFLAGS="-I/usr/local/opt/openssl/include"

#######################################################################

ERROR: The previous step completed with error. Please take a look at output above 
EN

回答 1

Stack Overflow用户

发布于 2021-06-20 23:06:02

错误与pip版本有关。

通过简单地使用pip install --upgrade pip更新pip,我设法解决了我的问题。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68057165

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档