系统:M1 MacBook Air
我创建了一个与 Rosetta 2 一起运行的重复终端,用于安装 dcmtk,因为它还不适用于苹果芯片。在重复的终端中,我能够成功安装 dcmtk。
跑步dcmodify
时,我得到
dyld: Library not loaded: @rpath/libdcmdata.16.dylib
Referenced from: /usr/local/homebrew/bin/dcmodify
Reason: image not found
zsh: abort dcmodify
dcmscale
也给出了类似的错误。
dyld: Library not loaded: @rpath/libdcmimage.16.dylib
Referenced from: /usr/local/homebrew/bin/dcmscale
Reason: image not found
zsh: abort dcmscale
如何修复这些错误?
Edit-1:重新安装 DCMTK 没有任何区别。错误仍然存在。
Edit-2:我附上了日志brew info dcmtk