Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Termius CLI does not run on MAC OS #212

@gurfatehsingh

Description

@gurfatehsingh

I tried installing Termius CLI via: brew install termius, it throws an error:

Warning: Treating termius as a formula. For the cask, use homebrew/cask/termius or specify the `--cask` flag. To silence this message, use the `--formula` flag.
Error: termius has been disabled because it is not maintained upstream! It was disabled on 2024-01-10.

When tried to install using python PIP: I can install it successfully but I cant run any arguments.

user@pc ~ % termius init
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.12/bin/termius", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/termius/main.py", line 26, in main
    return app.run(argv or sys.argv[1:])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/cliff/app.py", line 279, in run
    result = self.run_subcommand(remainder)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/cliff/app.py", line 387, in run_subcommand
    if 'cmd_name' in inspect.getargspec(cmd_factory.__init__).args:
                     ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

user@pc ~ % termius
Readline features including tab completion have been disabled because
no supported version of readline was found. To resolve this, install
pyreadline3 on Windows or gnureadline on Linux/Mac.

(termius) init
EXCEPTION of type 'AttributeError' occurred with message: 'Statement' object has no attribute 'parsed'
To enable full traceback, run the following command: 'set debug true'
(termius) init
zsh: suspended  termius
user@pc ~ % 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions