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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: