You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, workarounds similar to the following seem to work
# libquil expects libffi7 to be installed, even though it is forward-compatible with libffi8.# Linking libffi.so.7 to libffi.so.8 is acceptable from a compatibility perspective.
ln -s /usr/lib/x86_64-linux-gnu/libffi.so.8 /usr/lib/x86_64-linux-gnu/libffi.so.7
# pick up the "new" lib
ldconfig
TBD
The text was updated successfully, but these errors were encountered: