You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/francisco/Git/sa-uta11-results/data/mimbcdui_uta11_scenarios.xlsx
Traceback (most recent call last):
File "src/constants/sheets.py", line 64, in <module>
loadData = pd.read_excel(scenarios_abs_path)
File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/util/_decorators.py", line 188, in wrapper
return func(*args, **kwargs)
File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/util/_decorators.py", line 188, in wrapper
return func(*args, **kwargs)
File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/io/excel.py", line 350, in read_excel
io = ExcelFile(io, engine=engine)
File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/io/excel.py", line 653, in __init__
self._reader = self._engines[engine](self._io)
File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/io/excel.py", line 424, in __init__
self.book = xlrd.open_workbook(filepath_or_buffer)
File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/xlrd/__init__.py", line 170, in open_workbook
raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')
xlrd.biffh.XLRDError: Excel xlsx file; not supported
The text was updated successfully, but these errors were encountered:
We need to fix the following issue:
The text was updated successfully, but these errors were encountered: