macosuwsgiapple-m1pyenvrosetta-2

Failed building wheel for uwsgi on mac silicon


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!


Solution

  • I got rid of the error running

    brew install uwsgi
    

    Then installation via pyenv also started to work