An error occurs when the package/distribution has not yet been setup to be db-migrator aware via the entry-point.
Traceback (most recent call last):
File "/var/cnx/venvs/archive/bin/dbmigrator", line 9, in <module>
load_entry_point('db-migrator==0.0.2', 'console_scripts', 'dbmigrator')()
File "/var/cnx/venvs/archive/local/lib/python2.7/site-packages/dbmigrator/cli.py", line 52, in main
args['migrations_directory'])
File "/var/cnx/venvs/archive/lib/python2.7/posixpath.py", line 435, in relpath
raise ValueError("no path specified")
ValueError: no path specified
An error occurs when the package/distribution has not yet been setup to be db-migrator aware via the entry-point.