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
Receiving <RuntimeError: Could not locate the 'mdb-export' executable. Check that mdbtools is properly installed.> error when trying to run convert_arbin_to_sqlite method
#41
Closed
nhshetty-99 opened this issue
Jun 24, 2020
· 2 comments
I'm trying to run the convert_arbin_to_sqlite method on one of my .res files and also specify the output file to be in a .s3db format. However, the code always fails on that line and provides me with this error:
RuntimeError: Could not locate the 'mdb-export' executable. Check that mdbtools is properly installed.
I then pip installed mdbtools and ran a pip freeze to see that I have version 0.3.14 installed. I also tried including an import mdbtools statement at the top of my file to see if that fixed the problem, but then I get this error:
ModuleNotFoundError: No module named 'MDButils'
I'm not sure why this is happening, so I'd appreciate any assistance or guidance from any of you. Thank you so much.
The text was updated successfully, but these errors were encountered:
I'm trying to run the
convert_arbin_to_sqlite
method on one of my .res files and also specify the output file to be in a .s3db format. However, the code always fails on that line and provides me with this error:RuntimeError: Could not locate the 'mdb-export' executable. Check that mdbtools is properly installed.
I then pip installed mdbtools and ran a pip freeze to see that I have version 0.3.14 installed. I also tried including an
import mdbtools
statement at the top of my file to see if that fixed the problem, but then I get this error:ModuleNotFoundError: No module named 'MDButils'
I'm not sure why this is happening, so I'd appreciate any assistance or guidance from any of you. Thank you so much.
The text was updated successfully, but these errors were encountered: