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

[bug] Getting an error #654

Open
RamkrishnaSawant opened this issue Dec 31, 2023 · 0 comments
Open

[bug] Getting an error #654

RamkrishnaSawant opened this issue Dec 31, 2023 · 0 comments
Labels
freshissue Default label for new, untriaged issues.

Comments

@RamkrishnaSawant
Copy link

RamkrishnaSawant commented Dec 31, 2023

Describe the bug
I ran objection command I am getting below error although I have updated everything

To Reproduce
Steps to reproduce the behavior:

  1. Run command 'onjection'
  2. Getting below error
    Checking for a newer version of objection...
    Traceback (most recent call last):
    File "/usr/local/bin/objection", line 5, in
    from objection.console.cli import cli
    File "/usr/local/lib/python3.11/dist-packages/objection/console/cli.py", line 8, in
    from .repl import Repl
    File "/usr/local/lib/python3.11/dist-packages/objection/console/repl.py", line 15, in
    from .commands import COMMANDS
    File "/usr/local/lib/python3.11/dist-packages/objection/console/commands.py", line 9, in
    from ..commands import plugin_manager
    File "/usr/local/lib/python3.11/dist-packages/objection/commands/plugin_manager.py", line 8, in
    from ..utils.plugin import Plugin as PluginType
    File "/usr/local/lib/python3.11/dist-packages/objection/utils/plugin.py", line 6, in
    from ..state.api import api_state
    File "/usr/local/lib/python3.11/dist-packages/objection/state/api.py", line 1, in
    from ..api.app import create_app
    File "/usr/local/lib/python3.11/dist-packages/objection/api/app.py", line 1, in
    from flask import Flask
    File "/usr/lib/python3/dist-packages/flask/init.py", line 5, in
    from .app import Flask as Flask
    File "/usr/lib/python3/dist-packages/flask/app.py", line 34, in
    from . import cli
    File "/usr/lib/python3/dist-packages/flask/cli.py", line 15, in
    from click.core import ParameterSource
    ImportError: cannot import name 'ParameterSource' from 'click.core' (/usr/local/lib/python3.11/dist-packages/click/core.py)

Evidence / Logs / Screenshots
image

@RamkrishnaSawant RamkrishnaSawant added the freshissue Default label for new, untriaged issues. label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
freshissue Default label for new, untriaged issues.
Projects
None yet
Development

No branches or pull requests

1 participant