Skip to content

Installation Issue with ImportError: libffi.so.6 #114

@jmz3

Description

@jmz3

Hello! Thank you for sharing this great repo! I had an issue during installation:

System: Ubuntu 20.04
Python Version: 3.6.9, virtual environment created with conda

Steps:

$ conda create -n flame-test python=3.6.9
$ conda activate flame-test
$ BOOST_INCLUDE_DIRS=/usr/include/boost/ make all
# Normal outputs are skipped here
...
...
ImportError: libffi.so.6: cannot open shared object file: No such file or directory

make: *** [Makefile:6: all] Error 2

I have checked my system, looks like Ubuntu 20 doesn't have libffi6 supported. It has libffi7 instead.
I have made sure boost is installed. Could you please help me to resolve this error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions