0

My VM is using Ubuntu 14.04. I followed the official manual to install MySql Fabric:

  • First, install Connector/Python GA
  • Next, install MySQL Utilities 1.5.6

However, when I tried to test the mysqlfabric help command, it threw error like:

Traceback (most recent call last):
  File "/usr/bin/mysqlfabric", line 33, in <module>
from mysql.fabric import (
ImportError: No module named fabric

Based on this SO question, after upgrading Ubuntu from 15.04, the problem can be resolved, but I want to run fabric on Ubuntu 14.04.

I tried to re-installed Connector/Python, MySQL Utilities, also checked compatibility with Ubuntu version 14.04, searched on the Internet & SO for similar problems. But still cannot resolve the issue.

Thanks a lot for your help!

Community
  • 1
  • 1
haotang
  • 5,520
  • 35
  • 46

1 Answers1

0

Not quite sure what is the problem with installing using .deb file.

But after many (painful) tries, I figured out that re-installing MySQL Utilities from source code can resolve the issue.

haotang
  • 5,520
  • 35
  • 46