python3.5项目升级3.8问题汇总

服务器:Ubuntu 16.04.4 LTS
当前Python版本:3.5.2
待升级Python版本:3.8.x
项目框架:Django2.0.9

问题1:uwsgi

  • 虚拟环境创建完成,但是在pip安装的时候遇到了第一个问题,uwsgi安装报错。
      Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
    Collecting uWSGI
    Using cached http://mirrors.aliyun.com/pypi/packages/24/fd/93851e4a076719199868d4c918cc93a52742e68370188c1c570a6e42a54f/uwsgi-2.0.20.tar.gz (804 kB)
    Preparing metadata (setup.py) ... done
    Building wheels for collected packages: uWSGI
    Building wheel for uWSGI (setup.py) ... error
    ERROR: Command errored out with exit status 1:
     command: /var/www/xxxx_service/venv/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ptbf967q
         cwd: /tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/
    Complete output (181 lines):
    /usr/lib/python3.8/distutils/dist.py:274: 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: 4
    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  -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -I/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(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 ***
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/utils.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/protocol.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/socket.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/logging.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/master.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/master_utils.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/emperor.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/notify.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/mule.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/subscription.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/stats.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/sendfile.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/async.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/master_checks.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/fifo.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/offload.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/io.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/static.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/websockets.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/spooler.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/snmp.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/exceptions.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/config.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/setup_utils.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/clock.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/init.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/buffer.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/reader.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/writer.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/alarm.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/cron.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/hooks.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/plugins.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/lock.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/cache.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/daemons.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/errors.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/hash.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/master_events.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/chunked.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/queue.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/event.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/signal.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/strings.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/progress.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/timebomb.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/ini.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/fsmon.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/mount.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/metrics.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/plugins_builder.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/sharedarea.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/rpc.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/gateway.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/loop.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/cookie.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/querystring.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/rb_timers.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/transformations.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] core/uwsgi.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] proto/base.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] proto/uwsgi.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] proto/http.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] proto/fastcgi.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] proto/scgi.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] proto/puwsgi.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] lib/linux_ns.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/zlib.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/regexp.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] core/routing.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/yaml.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/ssl.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] core/legion.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/xmlconf.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/dot_h.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] core/config_py.o
    *** uWSGI compiling embedded plugins ***
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/python/python_plugin.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/pyutils.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/pyloader.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/python/wsgi_handlers.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/wsgi_headers.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/wsgi_subhandler.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/web3_subhandler.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/python/pump_subhandler.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/python/gil.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/uwsgi_pymodule.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/python/profiler.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/symimporter.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/python/tracebacker.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/raw.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/gevent/gevent.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/gevent/hooks.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/ping/ping_plugin.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/cache/cache.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/nagios/nagios.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/rrdtool/rrdtool.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/carbon/carbon.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/rpc/rpc_plugin.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/corerouter/cr_common.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/corerouter/cr_map.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/corerouter/corerouter.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/fastrouter/fastrouter.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/http/http.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/http/keepalive.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/http/https.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/http/spdy3.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/ugreen/ugreen.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/signal/signal_plugin.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/syslog/syslog_plugin.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/rsyslog/rsyslog_plugin.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/logsocket/logsocket_plugin.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_uwsgi/router_uwsgi.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/router_redirect/router_redirect.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/router_basicauth/router_basicauth.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/zergpool/zergpool.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/redislog/redislog_plugin.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/mongodblog/mongodblog_plugin.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_rewrite/router_rewrite.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/router_http/router_http.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/logfile/logfile.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/router_cache/router_cache.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/rawrouter/rawrouter.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/router_static/router_static.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/sslrouter/sslrouter.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/spooler/spooler_plugin.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/cheaper_busyness/cheaper_busyness.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/symcall/symcall_plugin.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/transformation_tofile/tofile.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/transformation_gzip/gzip.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/transformation_chunked/chunked.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/transformation_offload/offload.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_memcached/router_memcached.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/router_redis/router_redis.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/router_hash/router_hash.o
    [thread 1][x86_64-linux-gnu-gcc -pthread] plugins/router_expires/expires.o
    [thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_metrics/plugin.o
    [thread 2][x86_64-linux-gnu-gcc -pthread] plugins/transformation_template/tt.o
    [thread 3][x86_64-linux-gnu-gcc -pthread] plugins/stats_pusher_socket/plugin.o
    *** uWSGI linking ***
    x86_64-linux-gnu-gcc -pthread -o build/bdist.linux-x86_64/wheel/uWSGI-2.0.20.data/scripts/uwsgi -L/usr/lib -Wl,-rpath,/usr/lib 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 -lpcre -luuid -lssl -lcrypto -lxml2 -lcrypt -lpthread -ldl -lutil -lm -lm -lpython3.8 -lcrypt
    core/subscription.o: In function `uwsgi_remove_subscribe_node':
    subscription.c:(.text+0x9da): undefined reference to `EVP_MD_CTX_free'
    subscription.c:(.text+0xa0e): undefined reference to `EVP_MD_CTX_free'
    core/subscription.o: In function `subscription_new_sign_ctx':
    subscription.c:(.text+0x147d): undefined reference to `EVP_MD_CTX_new'
    subscription.c:(.text+0x14fe): undefined reference to `EVP_MD_CTX_free'
    core/ssl.o: In function `uwsgi_ssl_init':
    ssl.c:(.text+0xb9): undefined reference to `OPENSSL_init_ssl'
    ssl.c:(.text+0xc5): undefined reference to `OPENSSL_init_ssl'
    ssl.c:(.text+0xd1): undefined reference to `OPENSSL_init_crypto'
    core/ssl.o: In function `uwsgi_ssl_new_server_context':
    ssl.c:(.text+0x21f): undefined reference to `TLS_server_method'
    ssl.c:(.text+0x304): undefined reference to `SSL_CTX_set_options'
    ssl.c:(.text+0x340): undefined reference to `SSL_CTX_set_options'
    ssl.c:(.text+0x51e): undefined reference to `SSL_CTX_set_options'
    core/ssl.o: In function `uwsgi_rsa_sign':
    ssl.c:(.text+0x80c): undefined reference to `EVP_MD_CTX_new'
    ssl.c:(.text+0x892): undefined reference to `EVP_MD_CTX_free'
    ssl.c:(.text+0x9c5): undefined reference to `EVP_MD_CTX_free'
    core/ssl.o: In function `uwsgi_sni_cb':
    ssl.c:(.text+0xf2b): undefined reference to `SSL_CTX_get_options'
    ssl.c:(.text+0xf36): undefined reference to `SSL_set_options'
    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: /var/www/xxxx_service/venv/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-e0wfuy2_/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/xxxx_service/venv/include/site/python3.8/uWSGI
           cwd: /tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/
      Complete output (174 lines):
      /usr/lib/python3.8/distutils/dist.py:274: 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: 4
      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  -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -I/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(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
      [thread 1][x86_64-linux-gnu-gcc -pthread] core/dot_h.o
      [thread 2][x86_64-linux-gnu-gcc -pthread] 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 ***
      x86_64-linux-gnu-gcc -pthread -o /var/www/xxxx_service/venv/bin/uwsgi -L/usr/lib -Wl,-rpath,/usr/lib 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 -lpcre -luuid -lssl -lcrypto -lxml2 -lcrypt -lpthread -ldl -lutil -lm -lm -lpython3.8 -lcrypt
      core/subscription.o: In function `uwsgi_remove_subscribe_node':
      subscription.c:(.text+0x9da): undefined reference to `EVP_MD_CTX_free'
      subscription.c:(.text+0xa0e): undefined reference to `EVP_MD_CTX_free'
      core/subscription.o: In function `subscription_new_sign_ctx':
      subscription.c:(.text+0x147d): undefined reference to `EVP_MD_CTX_new'
      subscription.c:(.text+0x14fe): undefined reference to `EVP_MD_CTX_free'
      core/ssl.o: In function `uwsgi_ssl_init':
      ssl.c:(.text+0xb9): undefined reference to `OPENSSL_init_ssl'
      ssl.c:(.text+0xc5): undefined reference to `OPENSSL_init_ssl'
      ssl.c:(.text+0xd1): undefined reference to `OPENSSL_init_crypto'
      core/ssl.o: In function `uwsgi_ssl_new_server_context':
      ssl.c:(.text+0x21f): undefined reference to `TLS_server_method'
      ssl.c:(.text+0x304): undefined reference to `SSL_CTX_set_options'
      ssl.c:(.text+0x340): undefined reference to `SSL_CTX_set_options'
      ssl.c:(.text+0x51e): undefined reference to `SSL_CTX_set_options'
      core/ssl.o: In function `uwsgi_rsa_sign':
      ssl.c:(.text+0x80c): undefined reference to `EVP_MD_CTX_new'
      ssl.c:(.text+0x892): undefined reference to `EVP_MD_CTX_free'
      ssl.c:(.text+0x9c5): undefined reference to `EVP_MD_CTX_free'
      core/ssl.o: In function `uwsgi_sni_cb':
      ssl.c:(.text+0xf2b): undefined reference to `SSL_CTX_get_options'
      ssl.c:(.text+0xf36): undefined reference to `SSL_set_options'
      collect2: error: ld returned 1 exit status
      *** error linking uWSGI ***
      ----------------------------------------
    ERROR: Command errored out with exit status 1: /var/www/xxxx_service/venv/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zsha325q/uwsgi_51aeb00d5183497a974b06a81f9c2458/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-e0wfuy2_/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/xxxx_service/venv/include/site/python3.8/uWSGI Check the logs for full command output.
    
    

问题1解决方案

  • 方案一,Ubuntu安装uWSGI失败处理,失败
    apt-get install libpython3.8-dev
    
  • 方案二,失败
    apt-get install build-essential libssl-dev libffi-dev python-dev
    
  • 方案三,成功,放弃uwsgi,改用pyuwsgi。虽然这个成功了 但是个人不建议使用,毕竟改变了项目原来的库,哪位大佬有更好的解决方案麻烦分享一下,不胜感谢。
    pip install pyuwsgi
    

问题2:celery

  • celery报错
    /mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/platforms.py:797: RuntimeWarning: You're running the worker with superuser privileges: this is
    absolutely not recommended!
    
    Please specify a different user using the --uid option.
    
    User information: uid=0 euid=0 gid=0 egid=0
    
      warnings.warn(RuntimeWarning(ROOT_DISCOURAGED.format(
    Traceback (most recent call last):
      File "/var/www/xxxx_service/venv/bin/celery", line 8, in <module>
        sys.exit(main())
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/__main__.py", line 15, in main
        sys.exit(_main())
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/bin/celery.py", line 150, in main
        return celery(auto_envvar_prefix="CELERY")
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/click/core.py", line 1128, in __call__
        return self.main(*args, **kwargs)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/click/core.py", line 1053, in main
        rv = self.invoke(ctx)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/click/core.py", line 1659, in invoke
        return _process_result(sub_ctx.command.invoke(sub_ctx))
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/click/core.py", line 1395, in invoke
        return ctx.invoke(self.callback, **ctx.params)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/click/core.py", line 754, in invoke
        return __callback(*args, **kwargs)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/click/decorators.py", line 26, in new_func
        return f(get_current_context(), *args, **kwargs)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/bin/worker.py", line 323, in worker
        worker = app.Worker(
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/worker/worker.py", line 99, in __init__
        self.setup_instance(**self.prepare_args(**kwargs))
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/worker/worker.py", line 139, in setup_instance
        self.blueprint.apply(self, **kwargs)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/bootsteps.py", line 211, in apply
        step.include(parent)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/bootsteps.py", line 339, in include
        return self._should_include(parent)[0]
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/bootsteps.py", line 335, in _should_include
        return True, self.create(parent)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/worker/components.py", line 211, in create
        w._persistence = w.state.Persistent(w.state, w.statedb, w.app.clock)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/worker/state.py", line 189, in __init__
        self.merge()
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/worker/state.py", line 197, in merge
        self._merge_with(self.db)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/kombu/utils/objects.py", line 29, in __get__
        return super().__get__(instance, owner)
      File "/usr/lib/python3.8/functools.py", line 967, in __get__
        val = self.func(instance)
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/worker/state.py", line 266, in db
        return self.open()
      File "/mnt/var/www/xxxx_service/venv/lib/python3.8/site-packages/celery/worker/state.py", line 192, in open
        return self.storage.open(
      File "/usr/lib/python3.8/shelve.py", line 243, in open
        return DbfilenameShelf(filename, flag, protocol, writeback)
      File "/usr/lib/python3.8/shelve.py", line 227, in __init__
        Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback)
      File "/usr/lib/python3.8/dbm/__init__.py", line 91, in open
        raise error[0]("db type is {0}, but the module is not "
    dbm.error: db type is dbm.gnu, but the module is not available
    

问题2解决方案

apt-get install python3.8-gdbm

问题3:Crypto

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/Signature/PKCS1_v1_5.py", line 112, in sign
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/PublicKey/RSA.py", line 174, in decrypt
    return result
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/PublicKey/pubkey.py", line 93, in decrypt
    plaintext=self._decrypt(ciphertext)
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/PublicKey/RSA.py", line 235, in _decrypt
    - *'PEM'*. (*Default*) Text encoding, done according to `RFC1421`_/`RFC1423`_.
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/Util/number.py", line 123, in getRandomRange
    return y
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/Util/number.py", line 104, in getRandomInteger
    If :data:`randfunc` is omitted, then :meth:`Random.get_random_bytes` is used.
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 202, in read
    return self._singleton.read(bytes)
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 178, in read
    return _UserFriendlyRNG.read(self, bytes)
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 129, in read
    self._ec.collect()
  File "/var/www/xxxx_service/venv3.8/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 77, in collect
    t = time.clock()
AttributeError: module 'time' has no attribute 'clock'

问题3解决方案

  • crypto已经停更了,需要安装pycryptodome
    pip install pycryptodome
    
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

时光不写代码

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值