I want to use pytorch torchtext but failed. Mac system says:
library not loaded: @rpath/libc++.1.dylib
I fond a lot of solutions about this problem which told me I needed to copy libc++ file to my virtual environment. But suddenly I find I don't have this file in usr/lib, and beyond that, I don't have a lot of files compared with my original mac.
I installed xcode and llvm but still can't find the file.
which software should I install to make the file libc++.1.dylib exist?
question from:
https://stackoverflow.com/questions/65859711/why-cant-i-find-libc-1-dylib-on-imac 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…