I'm using centos7 and latest anaconda release with python3.9 to build a web server, but pip install uwsgi
returned an error: "libpython3.9.a" not found. Only "libpython3.9.so" was provided by anaconda3.
Seems that there are some solutions for macos and debian, but nothing found for centos7, should I yum install something?