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

pipx installs something totally different from this tgcf on debian buster #59

Closed
Reddog176 opened this issue Apr 20, 2021 · 3 comments
Closed

Comments

@Reddog176
Copy link

Reddog176 commented Apr 20, 2021

chrisc@Watchdog:$ pipx install tgcf
  installed package tgcf 0.0.1, Python 3.7.3
  These apps are now globally available
    - tgcf
done! 
chrisc@Watchdog:$ tgcf --version
Usage: tgcf [OPTIONS] COMMAND [ARGS]...
Try 'tgcf --help' for help.

Error: no such option: --version
chrisc@Watchdog:$ tgcf --help
Usage: tgcf [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.

  --help                          Show this message and exit.

Commands:
  goodbye
  hello
@aahnik
Copy link
Owner

aahnik commented Apr 20, 2021

ok, then try pip install tgcf==0.1.17

@Reddog176
Copy link
Author

Reddog176 commented Apr 20, 2021

Nope, also fails on error.

ERROR: Could not find a version that satisfies the requirement tgcf==0.1.17
ERROR: No matching distribution found for tgcf==0.1.17

@aahnik
Copy link
Owner

aahnik commented Apr 20, 2021

Hmm, i get it. Thats a problem with pipx. Use pip directly.

Read the readme, I updated.

@aahnik aahnik closed this as completed Apr 20, 2021
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

2 participants