bpo-34108: Fix double carriage return in 2to3 on Windows by jaraco · Pull Request #8271 · python/cpython (original) (raw)

help !
Python 3.7 in Windows

I cannot get: hdfile = pd.HDFStore('hfile25.h5')
to work. Im' receiving the following error:

File "CSV_to_H5.py", line 17, in
hdfile = pd.HDFStore('hfile25.h5')
File "C:\Users\cdgon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\io\pytables.py", line 484, in init
tables = import_optional_dependency("tables")
File "C:\Users\cdgon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\compat_optional.py", line 93, in import_optional_dependency
raise ImportError(message.format(name=name, extra=extra)) from None
ImportError: Missing optional dependency 'tables'. Use pip or conda to install tables.

Help !

tables error
tables error2