ubuntu pip 为django安装 uwsgi 出错

July 24, 2020, 5:45 p.m.

read: 1446

Django部署阶段需要安装uwsgi:
https://docs.djangoproject.com/zh-hans/2.2/howto/deployment/wsgi/uwsgi/
执行命令安装:
pip install https://projects.unbit.it/downloads/uwsgi-lts.tar.gz
发生了错误:

ERROR: Command errored out with exit status 1:
   command: /home/hupeng/anaconda3/envs/django/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-khkumiyy/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-khkumiyy/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 /tmp/pip-wheel-p8kha_x9 --python-tag cp36
       cwd: /tmp/pip-req-build-khkumiyy/
  Complete output (164 lines):
  /home/hupeng/anaconda3/envs/django/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.linux-x86_64/wheel
  running install
  using profile: buildconf/default.ini
  detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/5/include', '/usr/local/include', '/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed', '/usr/include/x86_64-linux-gnu', '/usr/include']
  Patching "bin_name" to properly install_scripts dir
  detected CPU cores: 1
  configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -I/home/hupeng/anaconda3/include -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_VERSION="\"2.0.19.1\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="19" -DUWSGI_VERSION_REVISION="1" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -I/home/hupeng/anaconda3/include/libxml2 -I/home/hupeng/anaconda3/include -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(ugreen);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(ugreen);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 ***
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/utils.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/protocol.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/socket.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/logging.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/master.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/master_utils.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/emperor.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/notify.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/mule.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/subscription.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/stats.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/sendfile.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/async.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/master_checks.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/fifo.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/offload.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/io.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/static.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/websockets.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/spooler.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/snmp.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/exceptions.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/config.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/setup_utils.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/clock.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/init.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/buffer.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/reader.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/writer.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/alarm.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/cron.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/hooks.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/plugins.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/lock.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/cache.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/daemons.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/errors.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/hash.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/master_events.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/chunked.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/queue.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/event.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/signal.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/strings.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/progress.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/timebomb.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/ini.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/fsmon.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/mount.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/metrics.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/plugins_builder.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/sharedarea.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/rpc.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/gateway.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/loop.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/cookie.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/querystring.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/rb_timers.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/transformations.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/uwsgi.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] proto/base.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] proto/uwsgi.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] proto/http.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] proto/fastcgi.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] proto/scgi.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] proto/puwsgi.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] lib/linux_ns.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/zlib.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/regexp.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/routing.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/yaml.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/ssl.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/legion.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/xmlconf.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/dot_h.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/config_py.o
  *** uWSGI compiling embedded plugins ***
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/python_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/pyutils.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/pyloader.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/wsgi_handlers.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/wsgi_headers.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/wsgi_subhandler.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/web3_subhandler.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/pump_subhandler.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/gil.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/uwsgi_pymodule.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/profiler.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/symimporter.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/tracebacker.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/python/raw.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/gevent/gevent.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/gevent/hooks.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/ping/ping_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/cache/cache.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/nagios/nagios.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/rrdtool/rrdtool.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/carbon/carbon.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/rpc/rpc_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/corerouter/cr_common.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/corerouter/cr_map.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/corerouter/corerouter.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/fastrouter/fastrouter.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/http/http.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/http/keepalive.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/http/https.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/http/spdy3.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/ugreen/ugreen.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/signal/signal_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/syslog/syslog_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/rsyslog/rsyslog_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/logsocket/logsocket_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_uwsgi/router_uwsgi.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_redirect/router_redirect.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_basicauth/router_basicauth.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/zergpool/zergpool.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/redislog/redislog_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/mongodblog/mongodblog_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_rewrite/router_rewrite.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_http/router_http.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/logfile/logfile.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_cache/router_cache.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/rawrouter/rawrouter.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_static/router_static.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/sslrouter/sslrouter.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/spooler/spooler_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/cheaper_busyness/cheaper_busyness.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/symcall/symcall_plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/transformation_tofile/tofile.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/transformation_gzip/gzip.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/transformation_chunked/chunked.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/transformation_offload/offload.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_memcached/router_memcached.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_redis/router_redis.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_hash/router_hash.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_expires/expires.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/router_metrics/plugin.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/transformation_template/tt.o
  [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] plugins/stats_pusher_socket/plugin.o
  *** uWSGI linking ***
  gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/ -o build/bdist.linux-x86_64/wheel/uWSGI-2.0.19.1.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 lib/linux_ns.o core/zlib.o core/regexp.o core/routing.o core/yaml.o core/ssl.o core/legion.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/ugreen/ugreen.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 -rdynamic -ldl -lz -L/home/hupeng/anaconda3/lib -lpcre -lssl -lcrypto -L/home/hupeng/anaconda3/lib -lxml2 -L/home/hupeng/anaconda3/lib -lz -L/home/hupeng/anaconda3/lib -llzma -L/home/hupeng/anaconda3/lib -L/home/hupeng/anaconda3/lib -licui18n -licuuc -licudata -lm -ldl -lpthread -ldl -lutil -lrt -lm /home/hupeng/anaconda3/envs/django/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.a -lutil -lcrypt
  lto1: fatal error: bytecode stream generated with LTO version 6.0 instead of the expected 4.1
  compilation terminated.
  lto-wrapper: fatal error: gcc returned 1 exit status
  compilation terminated.
  /home/hupeng/anaconda3/envs/django/compiler_compat/ld: error: lto-wrapper failed
  collect2: error: ld returned 1 exit status
  *** error linking uWSGI ***
  ----------------------------------------
  ERROR: Failed building wheel for uWSGI
  Running setup.py clean for uWSGI
Failed to build uWSGI
Installing collected packages: uWSGI
    Running setup.py install for uWSGI ... error
    ERROR: Command errored out with exit status 1:
     command: /home/hupeng/anaconda3/envs/django/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-khkumiyy/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-khkumiyy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-tbpcojyn/install-record.txt --single-version-externally-managed --compile
         cwd: /tmp/pip-req-build-khkumiyy/
    Complete output (157 lines):
    /home/hupeng/anaconda3/envs/django/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'descriptions'
      warnings.warn(msg)
    running install
    using profile: buildconf/default.ini
    detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/5/include', '/usr/local/include', '/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed', '/usr/include/x86_64-linux-gnu', '/usr/include']
    Patching "bin_name" to properly install_scripts dir
    detected CPU cores: 1
    configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -I/home/hupeng/anaconda3/include -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_VERSION="\"2.0.19.1\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="19" -DUWSGI_VERSION_REVISION="1" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -I/home/hupeng/anaconda3/include/libxml2 -I/home/hupeng/anaconda3/include -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(ugreen);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(ugreen);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 ***
    core/utils.o is up to date
    core/protocol.o is up to date
    core/socket.o is up to date
    core/logging.o is up to date
    core/master.o is up to date
    core/master_utils.o is up to date
    core/emperor.o is up to date
    core/notify.o is up to date
    core/mule.o is up to date
    core/subscription.o is up to date
    core/stats.o is up to date
    core/sendfile.o is up to date
    core/async.o is up to date
    core/master_checks.o is up to date
    core/fifo.o is up to date
    core/offload.o is up to date
    core/io.o is up to date
    core/static.o is up to date
    core/websockets.o is up to date
    core/spooler.o is up to date
    core/snmp.o is up to date
    core/exceptions.o is up to date
    core/config.o is up to date
    core/setup_utils.o is up to date
    core/clock.o is up to date
    core/init.o is up to date
    core/buffer.o is up to date
    core/reader.o is up to date
    core/writer.o is up to date
    core/alarm.o is up to date
    core/cron.o is up to date
    core/hooks.o is up to date
    core/plugins.o is up to date
    core/lock.o is up to date
    core/cache.o is up to date
    core/daemons.o is up to date
    core/errors.o is up to date
    core/hash.o is up to date
    core/master_events.o is up to date
    core/chunked.o is up to date
    core/queue.o is up to date
    core/event.o is up to date
    core/signal.o is up to date
    core/strings.o is up to date
    core/progress.o is up to date
    core/timebomb.o is up to date
    core/ini.o is up to date
    core/fsmon.o is up to date
    core/mount.o is up to date
    core/metrics.o is up to date
    core/plugins_builder.o is up to date
    core/sharedarea.o is up to date
    core/rpc.o is up to date
    core/gateway.o is up to date
    core/loop.o is up to date
    core/cookie.o is up to date
    core/querystring.o is up to date
    core/rb_timers.o is up to date
    core/transformations.o is up to date
    core/uwsgi.o is up to date
    proto/base.o is up to date
    proto/uwsgi.o is up to date
    proto/http.o is up to date
    proto/fastcgi.o is up to date
    proto/scgi.o is up to date
    proto/puwsgi.o is up to date
    lib/linux_ns.o is up to date
    core/zlib.o is up to date
    core/regexp.o is up to date
    core/routing.o is up to date
    core/yaml.o is up to date
    core/ssl.o is up to date
    core/legion.o is up to date
    core/xmlconf.o is up to date
    [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/dot_h.o
    [gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/] core/config_py.o
    *** uWSGI compiling embedded plugins ***
    plugins/python/python_plugin.o is up to date
    plugins/python/pyutils.o is up to date
    plugins/python/pyloader.o is up to date
    plugins/python/wsgi_handlers.o is up to date
    plugins/python/wsgi_headers.o is up to date
    plugins/python/wsgi_subhandler.o is up to date
    plugins/python/web3_subhandler.o is up to date
    plugins/python/pump_subhandler.o is up to date
    plugins/python/gil.o is up to date
    plugins/python/uwsgi_pymodule.o is up to date
    plugins/python/profiler.o is up to date
    plugins/python/symimporter.o is up to date
    plugins/python/tracebacker.o is up to date
    plugins/python/raw.o is up to date
    plugins/gevent/gevent.o is up to date
    plugins/gevent/hooks.o is up to date
    plugins/ping/ping_plugin.o is up to date
    plugins/cache/cache.o is up to date
    plugins/nagios/nagios.o is up to date
    plugins/rrdtool/rrdtool.o is up to date
    plugins/carbon/carbon.o is up to date
    plugins/rpc/rpc_plugin.o is up to date
    plugins/corerouter/cr_common.o is up to date
    plugins/corerouter/cr_map.o is up to date
    plugins/corerouter/corerouter.o is up to date
    plugins/fastrouter/fastrouter.o is up to date
    plugins/http/http.o is up to date
    plugins/http/keepalive.o is up to date
    plugins/http/https.o is up to date
    plugins/http/spdy3.o is up to date
    plugins/ugreen/ugreen.o is up to date
    plugins/signal/signal_plugin.o is up to date
    plugins/syslog/syslog_plugin.o is up to date
    plugins/rsyslog/rsyslog_plugin.o is up to date
    plugins/logsocket/logsocket_plugin.o is up to date
    plugins/router_uwsgi/router_uwsgi.o is up to date
    plugins/router_redirect/router_redirect.o is up to date
    plugins/router_basicauth/router_basicauth.o is up to date
    plugins/zergpool/zergpool.o is up to date
    plugins/redislog/redislog_plugin.o is up to date
    plugins/mongodblog/mongodblog_plugin.o is up to date
    plugins/router_rewrite/router_rewrite.o is up to date
    plugins/router_http/router_http.o is up to date
    plugins/logfile/logfile.o is up to date
    plugins/router_cache/router_cache.o is up to date
    plugins/rawrouter/rawrouter.o is up to date
    plugins/router_static/router_static.o is up to date
    plugins/sslrouter/sslrouter.o is up to date
    plugins/spooler/spooler_plugin.o is up to date
    plugins/cheaper_busyness/cheaper_busyness.o is up to date
    plugins/symcall/symcall_plugin.o is up to date
    plugins/transformation_tofile/tofile.o is up to date
    plugins/transformation_gzip/gzip.o is up to date
    plugins/transformation_chunked/chunked.o is up to date
    plugins/transformation_offload/offload.o is up to date
    plugins/router_memcached/router_memcached.o is up to date
    plugins/router_redis/router_redis.o is up to date
    plugins/router_hash/router_hash.o is up to date
    plugins/router_expires/expires.o is up to date
    plugins/router_metrics/plugin.o is up to date
    plugins/transformation_template/tt.o is up to date
    plugins/stats_pusher_socket/plugin.o is up to date
    *** uWSGI linking ***
    gcc -pthread -B /home/hupeng/anaconda3/envs/django/compiler_compat -Wl,--sysroot=/ -o /home/hupeng/anaconda3/envs/django/bin/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 lib/linux_ns.o core/zlib.o core/regexp.o core/routing.o core/yaml.o core/ssl.o core/legion.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/ugreen/ugreen.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 -rdynamic -ldl -lz -L/home/hupeng/anaconda3/lib -lpcre -lssl -lcrypto -L/home/hupeng/anaconda3/lib -lxml2 -L/home/hupeng/anaconda3/lib -lz -L/home/hupeng/anaconda3/lib -llzma -L/home/hupeng/anaconda3/lib -L/home/hupeng/anaconda3/lib -licui18n -licuuc -licudata -lm -ldl -lpthread -ldl -lutil -lrt -lm /home/hupeng/anaconda3/envs/django/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.a -lutil -lcrypt
    lto1: fatal error: bytecode stream generated with LTO version 6.0 instead of the expected 4.1
    compilation terminated.
    lto-wrapper: fatal error: gcc returned 1 exit status
    compilation terminated.
    /home/hupeng/anaconda3/envs/django/compiler_compat/ld: error: lto-wrapper failed
    collect2: error: ld returned 1 exit status
    *** error linking uWSGI ***
    ----------------------------------------
ERROR: Command errored out with exit status 1: /home/hupeng/anaconda3/envs/django/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-khkumiyy/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-khkumiyy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-tbpcojyn/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.

由于我的Python环境基于Anaconda管理,因此网上说的下面的命令都是无效

sudo apt-get install build-essential python3-dev python-dev

最后根据这篇博客的内容解决,https://www.cnblogs.com/xypbk/p/10150059.html
进行细微修改之后可用

sudo apt-get install gcc-4.7
sudo mv /usr/bin/gcc /usr/bin/gcc_old
sudo ln -s /usr/bin/gcc-4.7 /usr/bin/gcc
pip install https://projects.unbit.it/downloads/uwsgi-lts.tar.gz




GitHub加速访问

加速GitHub,GitLab,Bitbucket等的访问: git config --global https.proxy https://github.com.proxy socks5://12…

Ubuntu 编译Nginx1.18版本 替换低版本Nginx

文章标题:Ubuntu 编译Nginx1.18版本 替换低版本Nginx文章内容:安装apt源的低版本的nginx sudo apt-get install nginx 下载1.18版本的ng…

此站点由 ASP.NETIIS 驱动 | © 2018-2023 hupeng.me. All Rights Reserved.