gpt4 book ai didi

django - 错误: invalid command 'bdist_wheel'

转载 作者:行者123 更新时间:2023-12-02 05:27:18 24 4
gpt4 key购买 nike

在 RHEL 计算机上

我有一些旧的 Django 项目正在迁移到新服务器,这些项目是为 Python2.6、Django1.4.3 编写的

我已经安装了 python2.7,在我的主目录中创建了 virtualenvs,调整了对 Python 版本的路径和引用。

我为Python2.7创建了一个virtualenv:

virtualenv -p python2.7 ~/.virtualenvs/my_site/

当我激活 virtualenv 然后 cd 进入网站目录并运行

pip install -r requests.txt

成功获取所有库后,requirements.txt 中的每一行都会显示以下错误:

Building wheels for collected packages: MySQL-python, Pillow...etc

Running setup.py bdist_wheel for MySQL-python ... error
Complete output from command /home/my_user/.virtualenvs/my_site/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-96k9a4/MySQL-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ngSbQU --python-tag cp27:
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'

我在 stackexchange 和其他网站上发现了许多其他类似的问题,并尝试了修复,但没有成功!

Why can I not create a wheel in python?

Why is python setup.py saying invalid command 'bdist_wheel' on Travis CI?

Can't build wheel - error: invalid command 'bdist_wheel'

我有 pip 10.0.1

wheel 已安装(通过 pip installwheel),我还在虚拟环境中运行了以下命令:

pip install --upgrade pip ('Requirement already up-to-date')
pip install setuptools --upgrade ('Requirement already up-to-date')
python setup.py bdist_wheel ('error: invalid command 'bdist_wheel'')

我还能看什么来解决这个问题?

最佳答案

不知道为什么,但卸载wheel修复了它

我卸载了wheel并打算重新安装它,但它无需重新安装即可工作。

pip uninstall wheel

关于django - 错误: invalid command 'bdist_wheel' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51087208/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com