I am trying to run a python script on my mac but
"Unable to revert mtime: /Library/Fonts"
keeps popping up when i run the program. i have the latest version of python installed as well as matplotlib. i am very new to python so i do not know what the issue is but here is the snippet of the code:
from plotly import graph_objs as go
import matplotlib.pyplot as plt
import numpy as np
import json
import datetime
with open('ELIX.json') as json_file:
data = json.load(json_file)
you need to have libmagic
brew install libmagic
In my situation, I had to restore the fonts that came with my system. To do so:
File
Restore Standard Fonts
Video: https://www.loom.com/share/379ad4f9539d4730af75039623027888
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With