這是我嘗試導(dǎo)入 camelot 的代碼:import camelot as cl這是回應(yīng):ModuleNotFoundError Traceback (most recent call last)<ipython-input-6-360275993d18> in <module>----> 1 import camelot as cl 2 tables = cl.read_pdf('C:\\2019.pdf', pages='47', flavor='stream') 3 tables[0].plot('text')ModuleNotFoundError: No module named 'camelot'這是我檢查 pip 列表時(shí)發(fā)生的情況。Camelot 已經(jīng)安裝:Package Version---------------- --------camelot-py 0.8.0chardet 3.0.4click 7.1.2Django 2.2.12et-xmlfile 1.0.1jdcal 1.4.1numpy 1.18.5opencv-python 4.2.0.34openpyxl 3.0.3pandas 1.0.4pdfminer.six 20200517pip 20.1.1pycryptodome 3.9.7PyPDF2 1.26.0python-dateutil 2.8.1pytz 2019.3setuptools 41.2.0six 1.15.0sortedcontainers 2.2.2sqlparse 0.3.1
為什么即使 camelot 已經(jīng)在我的計(jì)算機(jī)上也找不到 camelot?
www說(shuō)
2023-01-04 15:29:57