Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@nhshetty-99
Copy link
Contributor

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.

@chatcannon
Copy link
Collaborator

mdbtools isn't a Python package, so you can't install it with pip install. On Debian and Ubuntu Linux you can install it with apt install mdbtools.

You can see the mdbtools project on github for more info: https://github.com/brianb/mdbtools

@chatcannon
Copy link
Collaborator

See also #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants