我要评分
获取效率
正确性
完整性
易理解

SSL Exception Occurred During MetaPhlAn Installation

Symptom

When installing MetaPhlAn, a message is displayed indicating that the SSL module is unavailable.

Key Process and Cause Analysis

The SSL module is unavailable.

Conclusion and Solution

  1. Recompile Python and add the following compilation options after configure:
    ./configure --prefix=/path/to/Python-3.9.6  --enable-shared --enable-optimizations
  2. Perform the installation.
    make
    make install