Closed HectorMenezes closed 2 years ago
您的邮件我已收到,我将会尽快给您回复信息。
I'm not an Anaconda expert (and I prefer to stay that way), but have you tried if the conda-forge
version works?
On conda use conda not pip please.
I had the same problem. Did you solve it?
您的邮件我已收到,我将会尽快给您回复信息。
Yes. TBH, I don't remember exactly how, I probably just installed via conda. I used to use pip
as the default way to install packages, but it's discouraged by conda's docs.
I'm trying to install uwsgi within a conda environment through
pip
and getting an error. My distribution is the Ubuntu 20.04.5 LTS. Conda version and steps to reproduce:Error:
The file
libpython3.10.a
is indeed missing, and I think I cannot replace it with another file in my environment:I found some similar files at
/usr/lib
, but pip gave me another error when coping to environment (failed to set dynamic section sizes: bad value
):My coworker can also experience this error, how can I correctly create
libpython3.10.a
? I honestly think I should not be responsible for managing static C libraries, did I miss some step to avoid this problem?