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
Getting import error trying to run the most basic command.
Traceback (most recent call last):
File "/usr/local/bin/rdbms-subsetter", line 7, in <module>
from subsetter import generate
File "/usr/local/lib/python2.7/dist-packages/subsetter.py", line 75, in <module>
from dialects.postgres import fix_postgres_array_of_enum
ImportError: No module named dialects.postgres
Getting import error trying to run the most basic command.