Closed NervousEnergy1979 closed 3 years ago
Hi @ktattan !
Maybe it'd be easier to build from sources in your case?
What happens if you download the source and just pip install -e .
?
I think this error has something to do with different parts of your application mixing different C++ standard libraries.
The solution may include forcing faster-fifo to use the same C++ standard library as the rest of your application by setting something like:
export CLANG_CXX_LIBRARY=libstdc++
before you build from sources.
Can you also try to reproduce this on an empty environment? Do you still see the error?
Thanks @alex-petrenko I tried that. The issue is resolved for me now, but something else fixed it (a factory reset on my laptop). We can close this issue. I appreciate your help
I'm trying to import the
Queue
function, but I get this strange errorI've tried reseting my C profile, reinstalling CLANG etc as per some solutions. but nothing seems to work
Is this a known issue? How can I fix it?
Hardware / OS: Macbook Pro 13 inch 2020. macOS Catalina version 10.15.4 (19E2269) Processor: 2.3 GHz Quad-Core Intel Core i7