-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Labels
No labels