jamesls/fakeredis

ImportError: fakeredis: unable to find libc or equivalent

Brucehaha opened this issue · 2 comments

in alpine with python3.8:
testCache.py:13: in <module> from fixtures import FakeRedFace fixtures.py:2: in <module> import fakeredis /usr/local/lib/python3.8/site-packages/fakeredis.py:96: in <module> raise ImportError('fakeredis: unable to find libc or equivalent') E ImportError: fakeredis: unable to find libc or equivalent

What version of fakeredis are you using? That shouldn't have been a problem for quite a while.

Closing due to lack of feedback. Reopen if you still have the problem with the most recent version of fakeredis.