我編輯的代碼如圖,然后出現下面的錯誤,我pip和numpy都更新了,這樣是咋回事,求解
Traceback (most recent call last):
File "D:\pdf\venv\lib\site-packages\numpy\core\__init__.py", line 22, in <module>
from . import multiarray
File "D:\pdf\venv\lib\site-packages\numpy\core\multiarray.py", line 12, in <module>
from . import overrides
File "D:\pdf\venv\lib\site-packages\numpy\core\overrides.py", line 7, in <module>
from numpy.core._multiarray_umath import (
ImportError: DLL load failed while importing _multiarray_umath: 找不到指定的程式。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\pdf\table.py", line 7, in <module>
import camelot
File "D:\pdf\venv\lib\site-packages\camelot\__init__.py", line 6, in <module>
from .io import read_pdf
File "D:\pdf\venv\lib\site-packages\camelot\io.py", line 5, in <module>
from .handlers import PDFHandler
File "D:\pdf\venv\lib\site-packages\camelot\handlers.py", line 8, in <module>
from .core import TableList
File "D:\pdf\venv\lib\site-packages\camelot\core.py", line 10, in <module>
import numpy as np
File "D:\pdf\venv\lib\site-packages\numpy\__init__.py", line 140, in <module>
from . import core
File "D:\pdf\venv\lib\site-packages\numpy\core\__init__.py", line 48, in <module>
raise ImportError(msg)
ImportError:
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.9 from "D:\pdf\venv\Scripts\python.exe"
* The NumPy version is: "1.19.4"
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: 找不到指定的程式。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/212705.html
上一篇:vue書籍整理
