-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uwsgi on mac catalina (10.15). #2109
Comments
I'm not sure if this is related, but I was unable to install uwsgi on OSX 10.15.3, the error was:
My temporary workaround is:
|
thanks @sampullman. I migrate to use uwsgi in docker after hitting the wall too many times. |
I have the same issue on Mac OS X Catalina:
I am out of my depth, but have the vague notion
|
Turns out ldflags from
I ran |
Following this SO post finally helped me. The key was getting the path noted in the "Caveats" into my .bash_profile. |
Ran in to this issue also - as noted by @joshua-davis-rose - This solved my problem:
|
I just recreated virtualenv and it helped |
Under certain circumstances Py_ENABLE_SHARED would be False but the static library cannot be found. For example, if you use conda environments or if you use specific versions of MacOS #2109, #2270. pip install would fail in such a situation. In this PR, we adjust the configurations so that the installation script would attempt to use shared library instead of the static one if no static library is found. This fixes pip install for Python 3.10.15 | packaged by conda-forge. It's not clear if this would fix the MacOS problems mentioned in the above issues though, as I am unable to verify those problems.
Under certain circumstances Py_ENABLE_SHARED would be False but the static library cannot be found. For example, if you use conda environments or if you use specific versions of MacOS unbit#2109, unbit#2270. pip install would fail in such a situation. In this PR, we adjust the configurations so that the installation script would attempt to use shared library instead of the static one if no static library is found. This fixes pip install for Python 3.10.15 | packaged by conda-forge. It's not clear if this would fix the MacOS problems mentioned in the above issues though, as I am unable to verify those problems.
after upgrade to mac 10.15.2 (19C57). uwsgi fails. I reinstall using pip, but still no luck. There is no error msg, just do not work any more.
I wonder if uwsgi works on catalina or not. Thanks.
The text was updated successfully, but these errors were encountered: