-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I had to install pyexcel-pdfr manually from pip on first run. Is something missing from requirements ?
Traceback (most recent call last):
File "c:/Users/user/gha/gethomeasap/fill.py", line 3, in
for filepath in pdfforms.fill_pdfs(
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pdfforms\pdfforms.py", line 63, in fill_pdfs
sheet = spreadsheet.load_sheet(data_file, sheet_name, pyexcel_library)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pdfforms\spreadsheet.py", line 17, in load_sheet
return pyexcel.get_sheet(**kwargs)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel\core.py", line 37, in get_sheet
named_content = sources.get_sheet_stream(**keywords)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel\internal\core.py", line 22, in get_sheet_stream
sheets = a_source.get_data()
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel\plugins\sources\file_input.py", line 38, in get_data
sheets = self.__parser.parse_file(self.__file_name, **self._keywords)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel\plugins\parsers\excel.py", line 19, in parse_file
return self._parse_any(file_name, **keywords)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel\plugins\parsers\excel.py", line 40, in _parse_any
sheets = get_data(anything, file_type=file_type, **keywords)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel_io\io.py", line 86, in get_data
data, _ = _get_data(
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel_io\io.py", line 105, in _get_data
return load_data(**keywords)
reader.open(file_name, **keywords)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel_io\reader.py", line 43, in open
self.reader_class = NEW_READERS.get_a_plugin(
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel_io\plugins.py", line 185, in get_a_plugin
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\lml\plugin.py", line 292, in load_me_now
self.raise_exception(key)
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\pyexcel_io\plugins.py", line 201, in raise_exception
raise exceptions.SupportingPluginAvailableButNotInstalled(message)
pyexcel_io.exceptions.SupportingPluginAvailableButNotInstalled: Please install pyexcel-pdfr