Failed building wheel for uwsgi on mac silicon

368 Views Asked by At

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:

enter image description here

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

There are 1 best solutions below

0
danil51608 On BEST ANSWER

I got rid of the error running

brew install uwsgi

Then installation via pyenv also started to work