-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error #27
Comments
┌──(user001㉿Alpha)-[~/tools/LeakLooker-X] During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
──(root㉿Alpha)-[/home/user001/tools/LeakLooker-X]
└─# celery -A leaklooker worker --loglevel=info
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/vine/five.py", line 361, in
from inspect import formatargspec, getfullargspec
ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/celery", line 5, in
from celery.main import main
File "/usr/local/lib/python3.11/dist-packages/celery/init.py", line 17, in
from . import local # noqa
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/celery/local.py", line 17, in
from .five import PY3, bytes_if_py2, items, string, string_t
File "/usr/local/lib/python3.11/dist-packages/celery/five.py", line 7, in
import vine.five
File "/usr/local/lib/python3.11/dist-packages/vine/init.py", line 8, in
from .abstract import Thenable
File "/usr/local/lib/python3.11/dist-packages/vine/abstract.py", line 6, in
from .five import with_metaclass, Callable
File "/usr/local/lib/python3.11/dist-packages/vine/five.py", line 364, in
from inspect import formatargspec, getargspec as _getargspec # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)
The text was updated successfully, but these errors were encountered: