ryszard314159
ryszard314159
It seems that this code was developed against older version. Apparently in tensorflow 2.4.0 there is no tensorflow.contrib module.
I am trying to read Microsoft Access [.mdb] file (created by [ChemFinder](https://www.perkinelmer.com/lab-solutions/resources/docs/PRI_012204_01_ChemOffice_19_SuiteofProducts.pdf) on Windows), but I am getting ```UnicodeDecodeError: 'utf-8' codec...``` error despite specifying encoding as recovered by meza.io.get_encoding() to...
I completed installation process as described in [docs](https://plyvel.readthedocs.io/en/latest/installation.html) but I am getting an error `ModuleNotFoundError: No module named 'plyvel'` I guess I am missing something, but I do not know...