前提・実現したいこと
Macで初めてnumpyをインストールしていざimportして使用しようとしたらエラーが出て全く解決策がわかりません。numpy使えなくなると中々痛手ですので、お助けください。
発生している問題・エラーメッセージ
Traceback (most recent call last): File "/Users/sho/OneDrive/ドキュメント/practice.py", line 2, in <module> import numpy as np File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/__init__.py", line 286, in <module> raise RuntimeError(msg) RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. If you compiled yourself, see site.cfg.example for information. Otherwise report this to the vendor that provided NumPy. RankWarning: Polyfit may be poorly conditioned
該当のソースコード
import numpy as np
試したこと
pip3 install numpy --upgradeなどでアップグレードなどは試しましたが変わりません。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
Python 3.8でもエラーは出ますでしょうか?
あなたの回答
tips
プレビュー