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

ModuleNotFoundError: No module named 'mindsdb.integrations.mysql' #624

Closed
ZoranPandovski opened this issue Jul 30, 2020 · 4 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@ZoranPandovski
Copy link
Member

Starting latest MindsDB version python3 -m mindsdb --api mysql --config config.json throws bellow error:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/zoran/MyProjects/mindsdb-examples/tescl/mdb/lib/python3.7/site-packages/mindsdb/__main__.py", line 12, in <module>
    from mindsdb.interfaces.native.mindsdb import MindsdbNative
  File "/home/zoran/MyProjects/mindsdb-examples/tescl/mdb/lib/python3.7/site-packages/mindsdb/interfaces/native/mindsdb.py", line 6, in <module>
    from mindsdb.interfaces.native.predictor_process import PredictorProcess
  File "/home/zoran/MyProjects/mindsdb-examples/tescl/mdb/lib/python3.7/site-packages/mindsdb/interfaces/native/predictor_process.py", line 2, in <module>
    from mindsdb.interfaces.database.database import DatabaseWrapper
  File "/home/zoran/MyProjects/mindsdb-examples/tescl/mdb/lib/python3.7/site-packages/mindsdb/interfaces/database/database.py", line 3, in <module>
    from mindsdb.integrations.mysql.mysql import MySQL
ModuleNotFoundError: No module named 'mindsdb.integrations.mysql'
@ZoranPandovski ZoranPandovski added the bug Something isn't working label Jul 30, 2020
@mcroni
Copy link
Contributor

mcroni commented Jul 31, 2020

This issue also popups up when installing mindsdb Scout

@StpMax
Copy link
Collaborator

StpMax commented Jul 31, 2020

should be fixed in v2.2.1

@ZoranPandovski
Copy link
Member Author

Fixed.

@nirbd
Copy link

nirbd commented Dec 16, 2020

Hi,
I just installed using the latest install script and I get this error.
python3 -m mindsdb --api=mysql
/usr/bin/python3: No module named mindsdb

Please advise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants