Skip to content
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

Open
dop3st opened this issue Mar 30, 2023 · 1 comment
Open

error #27

dop3st opened this issue Mar 30, 2023 · 1 comment

Comments

@dop3st
Copy link

dop3st commented Mar 30, 2023

──(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)

@dop3st
Copy link
Author

dop3st commented Mar 30, 2023

┌──(user001㉿Alpha)-[~/tools/LeakLooker-X]
└─$ python3 manage.py runserver
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/lib/python3.11/dist-packages/django/core/management/base.py", line 328, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.11/dist-packages/django/core/management/commands/runserver.py", line 60, in execute
super().execute(*args, **options)
File "/usr/local/lib/python3.11/dist-packages/django/core/management/base.py", line 369, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/django/core/management/commands/runserver.py", line 67, in handle
if not settings.DEBUG and not settings.ALLOWED_HOSTS:
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/django/conf/init.py", line 76, in getattr
self._setup(name)
File "/usr/local/lib/python3.11/dist-packages/django/conf/init.py", line 63, in _setup
self._wrapped = Settings(settings_module)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/django/conf/init.py", line 142, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1206, in _gcd_import
File "", line 1178, in _find_and_load
File "", line 1128, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1206, in _gcd_import
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/user001/tools/LeakLooker-X/leaklooker/init.py", line 5, in
from .celery import app as celery_app
File "/home/user001/tools/LeakLooker-X/leaklooker/celery.py", line 3, in
from celery import Celery
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)

During handling of the above exception, another exception occurred:

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 "/home/user001/tools/LeakLooker-X/manage.py", line 21, in
main()
File "/home/user001/tools/LeakLooker-X/manage.py", line 17, in main
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.11/dist-packages/django/core/management/init.py", line 401, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.11/dist-packages/django/core/management/init.py", line 395, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.11/dist-packages/django/core/management/base.py", line 341, in run_from_argv
connections.close_all()
File "/usr/local/lib/python3.11/dist-packages/django/db/utils.py", line 225, in close_all
for alias in self:
File "/usr/local/lib/python3.11/dist-packages/django/db/utils.py", line 219, in iter
return iter(self.databases)
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/django/utils/functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/django/db/utils.py", line 153, in databases
self._databases = settings.DATABASES
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/django/conf/init.py", line 76, in getattr
self._setup(name)
File "/usr/local/lib/python3.11/dist-packages/django/conf/init.py", line 63, in _setup
self._wrapped = Settings(settings_module)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/django/conf/init.py", line 142, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1206, in _gcd_import
File "", line 1178, in _find_and_load
File "", line 1128, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1206, in _gcd_import
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/user001/tools/LeakLooker-X/leaklooker/init.py", line 5, in
from .celery import app as celery_app
File "/home/user001/tools/LeakLooker-X/leaklooker/celery.py", line 3, in
from celery import Celery
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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant