Saturday, September 18, 2021

Unable to revert mtime: /Library/Fonts [Solved]

I was working on a python3 script on my macOS, and I came across this error:

% python3 my-random-script.py

Unable to revert mtime: /Library/Fonts



I got it solved by installing libmagic:

% brew install libmagic

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.