% brew reinstall cairo
Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!
Please create a new installation in /opt/homebrew using one of the
"Alternative Installs"from:
https://docs.brew.sh/Installation
You can migrate your previously installed formula listwith:
brew bundle dump
import pandas as pd
import numpy as np
# リストからシリーズの作成
s1 = pd.Series([0,1,2])
print(s1)
実行したところ、
Traceback (most recent call last):
File "/Users/who/project/Python Scripts/p2-1.py", line 1, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'