英文:
Failed building wheel for uwsgi on mac silicon
问题
我正在尝试在搭载 M1 芯片的 Mac 上使用 x86_64 架构(Rosetta 2)安装 uwsgi。但是,安装失败并显示以下堆栈:
我正在使用 pyenv,配合 Python 3.8.5。
我做错了什么?如果您有任何要求,我会很乐意提供更多详细信息。提前感谢您!
英文:
I'm trying to install uwsgi on mac with M1 arm processor using x86_64 architecture (rosetta 2). When I do this the installation fails with this stack:
I'm using pyenv with python 3.8.5
What's I'm doing wrong? Will be glad to give you more details on your requests. Thanks in advance!
答案1
得分: 0
我解决了运行时的错误
brew install uwsgi
然后通过pyenv安装也开始工作了
英文:
I got rid of the error running
brew install uwsgi
Then installation via pyenv also started to work
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论