Git Product home page Git Product logo

Comments (9)

kris71 avatar kris71 commented on June 14, 2024 3

I have the exact same issue. I was in version 7.0 of click. I ran pip install -U click to get version 8.0.1 and it fix the issue

from mvt.

goshawk22 avatar goshawk22 commented on June 14, 2024 1

Try removing prompt_required=False, from this line. https://github.com/pkirkovsky/mvt/blob/695555f26f61bd79cc191b1a6e7c213043980c3f/mvt/ios/cli.py#L46

from mvt.

pascal-gujer avatar pascal-gujer commented on June 14, 2024 1

Same here, got around it by using the „prebuilt“ version (pip3 install mit)
Unfortunately #31 (comment) is present in the pip3 Version…

any ideas?

from mvt.

pascal-gujer avatar pascal-gujer commented on June 14, 2024 1

Try removing prompt_required=False, from this line. https://github.com/pkirkovsky/mvt/blob/695555f26f61bd79cc191b1a6e7c213043980c3f/mvt/ios/cli.py#L46

Seems to work so far, no errors. Thanks!

just checked a DUT and got only infos, so far this device seems to be not affected.

from mvt.

pkirkovsky avatar pkirkovsky commented on June 14, 2024 1

@edruca @danielsteiner
Could you please show which command you're executing and how it's structured?
Also, please provide the output of pip3 show click? Mine shows Version: 8.0.1

from mvt.

edruca avatar edruca commented on June 14, 2024 1

I have the exact same issue. I was in version 7.0 of click. I ran pip install -U click to get version 8.0.1 and it fix the issue

That was the problem, i had the 7.1.2 version, now i have 8.0.1 and all works,
thanks to all!!!!

from mvt.

edruca avatar edruca commented on June 14, 2024

Happened same to me!, i'm using the last version of Kali Linux

from mvt.

edruca avatar edruca commented on June 14, 2024

Thanks, but it doesn't work for me, continue getting:
Traceback (most recent call last): File "/home/edu/.local/bin/mvt-ios", line 5, in <module> from mvt.ios import cli File "/home/edu/.local/lib/python3.9/site-packages/mvt/ios/__init__.py", line 6, in <module> from .cli import cli File "/home/edu/.local/lib/python3.9/site-packages/mvt/ios/cli.py", line 53, in <module> def decrypt_backup(destination, password, key_file, backup_path): File "/usr/lib/python3/dist-packages/click/decorators.py", line 192, in decorator _param_memo(f, OptionClass(param_decls, **option_attrs)) File "/home/edu/.local/lib/python3.9/site-packages/mvt/common/options.py", line 23, in __init__ super(MutuallyExclusiveOption, self).__init__(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 1714, in __init__ Parameter.__init__(self, param_decls, type=type, **attrs) TypeError: __init__() got an unexpected keyword argument 'prompt_required'

from mvt.

pkirkovsky avatar pkirkovsky commented on June 14, 2024

Specifying the latest version of click should fix this for everyone going forward: #84

from mvt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.