Search code examples
apache-superset

What is the cause of 'superset db upgrade' exiting with code 132 due CACHE_TYPE set to null?


I try to install superset on Fedora 31, I've followed the official document site.

I have this error when I execute superset db upgrade

  • logging was configured successfully
  • INFO:superset.utils.logging_configurator:logging was configured successfully /home/mos/Workspace/superset/venv37/lib64/python3.7/site-packages/flask_caching/init.py:189: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
  • "Flask-Caching: CACHE_TYPE is set to null, "
  • Illegal instruction (core dumped)

with exit code 132


Solution

  • I figure it out. It caused by the absence of AVX(Advanced Vector Extensions) support in the CPU.