初めまして。プログラミング初心者です。
下記にてご質問させてください。
Jupyter Labを使って作成したファイルをpythonファイルに変換してコマンドプロンプトで実行するとエラーが起きてしまいます。
どのように対処すれば解決できるのか分からず悩んでいます。もしわかる方がいらっしゃいましたらご教示頂きたいです。
具体的なエラーメッセージは下記のとおりです。
不躾な質問となってしまい申し訳ございませんがお力を貸して頂きたいです。よろしくお願いいたします。
C:\Users\knaga\anaconda3\lib\site-packages\numpy_init_.py:140: UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring its correct out-of-the box operation under condition when Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see http://github.com/IntelPython/mkl-service
from . import distributor_init
Traceback (most recent call last):
File "天気読み取り.py", line 8, in <module>
import pandas as pd
File "C:\Users\knaga\anaconda3\lib\site-packages\pandas_init.py", line 16, in <module>
raise ImportError(
ImportError: Unable to import required dependencies:
numpy:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
- The Python version is: Python3.8 from "C:\Users\knaga\anaconda3\python.exe"
- The NumPy version is: "1.18.5"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: DLL load failed while importing _multiarray_umath: 指定されたモジュールが見つかりません。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/25 00:23
2021/08/25 10:32