cannot install using pip3 install uwsgi

See original GitHub issue

Hi, I am deploying a django project with nginx and uwsgi. The python version is 3.6.1 and the project is developed using virtualenv. However, when I use pip3 install uwsgi errors come out:

Collecting uwsgi
 Downloading http://pypi.doubanio.com/packages/bb/0a/45e5aa80dc135889594bb371c082d20fb7ee7303b174874c996888cc8511/uwsgi-2.0.15.tar.gz (795kB)
    100% |████████████████████████████████| 798kB 5.1MB/s
Building wheels for collected packages: uwsgi
  Running setup.py bdist_wheel for uwsgi ... error
  Complete output from command /Users/liudan/djangotest/venv/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/var/folders/y4/qxwc6ps56fv6bc94vyp3ccjr0000gn/T/pip-build-obrx6d6s/uwsgi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /var/folders/y4/qxwc6ps56fv6bc94vyp3ccjr0000gn/T/tmpa4q6ulnkpip-wheel- --python-tag cp36:
  /usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'descriptions'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib
  copying uwsgidecorators.py -> build/lib
  installing to build/bdist.macosx-10.12-x86_64/wheel
  running install
  using profile: buildconf/default.ini
  detected include path: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include', '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include', '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks']
  Patching "bin_name" to properly install_scripts dir
  detected CPU cores: 4
  configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-format -Wno-format-security -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -mmacosx-version-min=10.5 -DUWSGI_LOCK_USE_OSX_SPINLOCK -DUWSGI_EVENT_USE_KQUEUE -DUWSGI_EVENT_TIMER_USE_KQUEUE -DUWSGI_EVENT_FILEMONITOR_USE_KQUEUE -I/usr/local/Cellar/pcre/8.40/include -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.15\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="15" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);"
  *** uWSGI compiling server core ***
  [thread 1][clang] core/utils.o
  [thread 2][clang] core/protocol.o
  [thread 3][clang] core/socket.o
  [thread 0][clang] core/logging.o
  [thread 1][clang] core/master.o
  [thread 2][clang] core/master_utils.o
  [thread 3][clang] core/emperor.o
  [thread 0][clang] core/notify.o
  [thread 1][clang] core/mule.o
  [thread 2][clang] core/subscription.o
  [thread 3][clang] core/stats.o
  [thread 0][clang] core/sendfile.o
  [thread 1][clang] core/async.o
  [thread 2][clang] core/master_checks.o
  [thread 3][clang] core/fifo.o
  [thread 0][clang] core/offload.o
  [thread 1][clang] core/io.o
  [thread 2][clang] core/static.o
  [thread 3][clang] core/websockets.o
  [thread 0][clang] core/spooler.o
  [thread 1][clang] core/snmp.o
  [thread 2][clang] core/exceptions.o
  [thread 3][clang] core/config.o
  [thread 0][clang] core/setup_utils.o
  [thread 1][clang] core/clock.o
  [thread 2][clang] core/init.o
  [thread 3][clang] core/buffer.o
  [thread 0][clang] core/reader.o
  [thread 1][clang] core/writer.o
  [thread 2][clang] core/alarm.o
  [thread 3][clang] core/cron.o
  [thread 0][clang] core/hooks.o
  [thread 1][clang] core/plugins.o
  [thread 2][clang] core/lock.o
  [thread 3][clang] core/cache.o
  [thread 0][clang] core/daemons.o
  [thread 1][clang] core/errors.o
  [thread 2][clang] core/hash.o
  [thread 3][clang] core/master_events.o
  [thread 0][clang] core/chunked.o
  [thread 1][clang] core/queue.o
  [thread 2][clang] core/event.o
  [thread 3][clang] core/signal.o
  [thread 0][clang] core/strings.o
  [thread 1][clang] core/progress.o
  [thread 2][clang] core/timebomb.o
  [thread 3][clang] core/ini.o
  [thread 0][clang] core/fsmon.o
  [thread 1][clang] core/mount.o
  [thread 2][clang] core/metrics.o
  [thread 3][clang] core/plugins_builder.o
  [thread 0][clang] core/sharedarea.o
  [thread 1][clang] core/rpc.o
  [thread 2][clang] core/gateway.o
  [thread 3][clang] core/loop.o
  [thread 0][clang] core/cookie.o
  [thread 1][clang] core/querystring.o
  [thread 2][clang] core/rb_timers.o
  [thread 3][clang] core/transformations.o
  [thread 0][clang] core/uwsgi.o
  [thread 1][clang] proto/base.o
  [thread 2][clang] proto/uwsgi.o
  [thread 3][clang] proto/http.o
  [thread 0][clang] proto/fastcgi.o
  [thread 1][clang] proto/scgi.o
  [thread 2][clang] proto/puwsgi.o
  [thread 3][clang] core/zlib.o
  [thread 0][clang] core/regexp.o
  [thread 1][clang] core/routing.o
  [thread 2][clang] core/yaml.o
  [thread 3][clang] core/xmlconf.o
  [thread 0][clang] core/dot_h.o
  [thread 1][clang] core/config_py.o
  *** uWSGI compiling embedded plugins ***
  [thread 2][clang] plugins/python/python_plugin.o
  [thread 3][clang] plugins/python/pyutils.o
  [thread 0][clang] plugins/python/pyloader.o
  [thread 1][clang] plugins/python/wsgi_handlers.o
  [thread 2][clang] plugins/python/wsgi_headers.o
  [thread 3][clang] plugins/python/wsgi_subhandler.o
  [thread 0][clang] plugins/python/web3_subhandler.o
  [thread 1][clang] plugins/python/pump_subhandler.o
  [thread 2][clang] plugins/python/gil.o
  [thread 3][clang] plugins/python/uwsgi_pymodule.o
  [thread 0][clang] plugins/python/profiler.o
  [thread 1][clang] plugins/python/symimporter.o
  [thread 2][clang] plugins/python/tracebacker.o
  [thread 3][clang] plugins/python/raw.o
  [thread 0][clang] plugins/gevent/gevent.o
  [thread 1][clang] plugins/gevent/hooks.o
  [thread 2][clang] plugins/ping/ping_plugin.o
  [thread 3][clang] plugins/cache/cache.o
  [thread 0][clang] plugins/nagios/nagios.o
  [thread 1][clang] plugins/rrdtool/rrdtool.o
  [thread 2][clang] plugins/carbon/carbon.o
  [thread 3][clang] plugins/rpc/rpc_plugin.o
  [thread 0][clang] plugins/corerouter/cr_common.o
  [thread 1][clang] plugins/corerouter/cr_map.o
  [thread 2][clang] plugins/corerouter/corerouter.o
  [thread 3][clang] plugins/fastrouter/fastrouter.o
  [thread 0][clang] plugins/http/http.o
  [thread 1][clang] plugins/http/keepalive.o
  [thread 2][clang] plugins/http/https.o
  [thread 3][clang] plugins/http/spdy3.o
  [thread 0][clang] plugins/signal/signal_plugin.o
  [thread 1][clang] plugins/syslog/syslog_plugin.o
  [thread 2][clang] plugins/rsyslog/rsyslog_plugin.o
  [thread 3][clang] plugins/logsocket/logsocket_plugin.o
  [thread 0][clang] plugins/router_uwsgi/router_uwsgi.o
  [thread 1][clang] plugins/router_redirect/router_redirect.o
  [thread 2][clang] plugins/router_basicauth/router_basicauth.o
  [thread 3][clang] plugins/zergpool/zergpool.o
  [thread 0][clang] plugins/redislog/redislog_plugin.o
  [thread 1][clang] plugins/mongodblog/mongodblog_plugin.o
  [thread 2][clang] plugins/router_rewrite/router_rewrite.o
  [thread 3][clang] plugins/router_http/router_http.o
  [thread 0][clang] plugins/logfile/logfile.o
  [thread 1][clang] plugins/router_cache/router_cache.o
  [thread 2][clang] plugins/rawrouter/rawrouter.o
  [thread 3][clang] plugins/router_static/router_static.o
  [thread 0][clang] plugins/sslrouter/sslrouter.o
  [thread 1][clang] plugins/spooler/spooler_plugin.o
  [thread 2][clang] plugins/cheaper_busyness/cheaper_busyness.o
  [thread 3][clang] plugins/symcall/symcall_plugin.o
  [thread 0][clang] plugins/transformation_tofile/tofile.o
  [thread 1][clang] plugins/transformation_gzip/gzip.o
  [thread 2][clang] plugins/transformation_chunked/chunked.o
  [thread 3][clang] plugins/transformation_offload/offload.o
  [thread 0][clang] plugins/router_memcached/router_memcached.o
  [thread 1][clang] plugins/router_redis/router_redis.o
  [thread 2][clang] plugins/router_hash/router_hash.o
  [thread 3][clang] plugins/router_expires/expires.o
  [thread 0][clang] plugins/router_metrics/plugin.o
  [thread 1][clang] plugins/transformation_template/tt.o
  [thread 2][clang] plugins/stats_pusher_socket/plugin.o
  *** uWSGI linking ***
  clang -o build/bdist.macosx-10.12-x86_64/wheel/uWSGI-2.0.15.data/scripts/uwsgi  core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o core/zlib.o core/regexp.o core/routing.o core/yaml.o core/xmlconf.o core/dot_h.o core/config_py.o plugins/python/python_plugin.o plugins/python/pyutils.o plugins/python/pyloader.o plugins/python/wsgi_handlers.o plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o plugins/python/gil.o plugins/python/uwsgi_pymodule.o plugins/python/profiler.o plugins/python/symimporter.o plugins/python/tracebacker.o plugins/python/raw.o plugins/gevent/gevent.o plugins/gevent/hooks.o plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o plugins/http/http.o plugins/http/keepalive.o plugins/http/https.o plugins/http/spdy3.o plugins/signal/signal_plugin.o plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o plugins/router_redirect/router_redirect.o plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o plugins/logfile/logfile.o plugins/router_cache/router_cache.o plugins/rawrouter/rawrouter.o plugins/router_static/router_static.o plugins/sslrouter/sslrouter.o plugins/spooler/spooler_plugin.o plugins/cheaper_busyness/cheaper_busyness.o plugins/symcall/symcall_plugin.o plugins/transformation_tofile/tofile.o plugins/transformation_gzip/gzip.o plugins/transformation_chunked/chunked.o plugins/transformation_offload/offload.o plugins/router_memcached/router_memcached.o plugins/router_redis/router_redis.o plugins/router_hash/router_hash.o plugins/router_expires/expires.o plugins/router_metrics/plugin.o plugins/transformation_template/tt.o plugins/stats_pusher_socket/plugin.o -lpthread -lm -lz -L/usr/local/Cellar/pcre/8.40/lib -lpcre -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib -lxml2 -lz -lpthread -licucore -lm -lintl -ldl -framework CoreFoundation /usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/config-3.6m-darwin/libpython3.6m.a
  ld: library not found for -lintl
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
  *** error linking uWSGI ***

  ----------------------------------------
  Failed building wheel for uwsgi
  ...
  ld: library not found for -lintl
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    *** error linking uWSGI ***

I am sorry that this error messages may seem so long-winded… I’ve tried it through pip install uwsgi in my local environment based on python2.7 successfully.But I still can’t install it through pip3 … Did I miss something? If so, please tell me, THX. ps: My operating system is Macos 10.12 and the Xcode version is 8.3.3

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
sarthak73commented, May 5, 2020

same issue on Ubuntu 20.04

1reaction
dejafaitcommented, Jul 6, 2018

UPDATE

this fixed it for me, inspired by https://stackoverflow.com/questions/11370684/what-is-libintl-h-and-where-can-i-get-it

ln -s /usr/local/Cellar/gettext/0.19.8.1/lib/libintl.* /usr/local/lib/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error installing uwsgi in virtualenv - python - Stack Overflow
I have tried many things, including modular installation The main problem is that the default uwsgi folder is /usr/bin/uwsgi but when I install...
Read more >
Installing uWSGI — uWSGI 2.0 documentation - Read the Docs
uWSGI is available as a package in several OS/distributions. Installing from source¶. To build uWSGI you need Python and a C compiler (...
Read more >
Python: Error installing "uwsgi" in a virtual environment - Reddit
I am trying to launch a Flask server w/ Nginx. But unable to install uwsgi on Python3.8. Any solutions? (uniERP_env) root@test:/var/uniERP# ...
Read more >
[Solved] Failed building wheel for uwsgi error in Python
To solve the error "Failed building wheel for uwsgi", run the pip install --upgrade pip command to upgrade your pip version, install the...
Read more >
How to use Django with uWSGI
The uWSGI wiki describes several installation procedures. Using pip, the Python package manager, you can install any uWSGI version with a single command....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found