Skip to content

Is there an alternative for the migrate package? #18

@amschuma

Description

@amschuma

Running on a system with Python 3.11 gives me this:

Traceback (most recent call last):
File "/home/anna/fsperf/manage.py", line 5, in
main(repository='fsperf-db', url='sqlite:///fsperf-results.db', debug='False')
File "/usr/lib/python3.11/site-packages/migrate/versioning/shell.py", line 111, in main
f_args, f_varargs, f_kwargs, f_defaults = inspect.getargspec(command_func)

Some googling tells me that the getargspec() function the migrate package is trying to use was removed in Python 3.11. The migrate package hasn't been touched since 2017, so I'm not optimistic that it'll be fixed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions