python 3 : install in virtualenv fails

标签 python python-3.x pip virtualenv

我尝试创建 Python3 virtualenv 并在其中测试一些 Python 代码:

python3 -m venv tbzuploader-py3env
cd tbzuploader-py3env
. ./bin/activate
pip install -e git+https://github.com/guettli/tbzuploader.git#egg=tbzuploader

这是我得到的输出:

Obtaining tbzuploader from git+https://github.com/guettli/tbzuploader.git#egg=tbzuploader
  Cloning https://github.com/guettli/tbzuploader.git to ./src/tbzuploader
Collecting requests (from tbzuploader)
  Using cached requests-2.18.4-py2.py3-none-any.whl
Collecting future (from tbzuploader)
  Using cached future-0.16.0.tar.gz
Collecting urllib3<1.23,>=1.21.1 (from requests->tbzuploader)
  Using cached urllib3-1.22-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests->tbzuploader)
  Using cached chardet-3.0.4-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests->tbzuploader)
  Using cached certifi-2017.7.27.1-py2.py3-none-any.whl
Collecting idna<2.7,>=2.5 (from requests->tbzuploader)
  Using cached idna-2.6-py2.py3-none-any.whl
Building wheels for collected packages: future
  Running setup.py bdist_wheel for future ... error
  Complete output from command /home/tguettler/projects/tbzuploader-py3env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-4iiy_oby/future/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpukjvdwtmpip-wheel- --python-tag cp35:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for future
  Running setup.py clean for future
Failed to build future
Installing collected packages: urllib3, chardet, certifi, idna, requests, future, tbzuploader
  Running setup.py install for future ... done
  Running setup.py develop for tbzuploader
Successfully installed certifi-2017.7.27.1 chardet-3.0.4 future-0.16.0 idna-2.6 requests-2.18.4 tbzuploader urllib3-1.22
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

我使用 Ubuntu 16.04 中的 Python:

===> python --version
Python 3.5.2

我做错了什么?

最佳答案

默认情况下 venv 安装了 pip 版本 8。您应该更新它:pip install --upgrade pip

关于 python 3 : install in virtualenv fails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46468219/

相关文章:

python - 分组列和计算

python - 如何编写与 Python 2 和 Python 3 兼容的异常重新引发代码?

python - 无法用pip安装pycurl

python - 为什么 statsmodels 和 R 之间的逻辑回归结果不同?

python - 我转换为 UTC 的日期?

python - 用继承的类替换类方法的返回类型

Python 3 : EOF when reading a line (Visual Studio Code)

python - 无法使用requirements.txt在virtualenv上安装python模块

python - 在 OS X : can't find ffi. h 上使用 pip 安装 bcrypt 时出错(已安装 libffi)

python - 屏蔽数组 : How to change symbol representing masked values