rndusr / stig

TUI and CLI for the BitTorrent client Transmission
GNU General Public License v3.0
554 stars 24 forks source link

Can't install development version with pipx #153

Closed kahn10 closed 4 years ago

kahn10 commented 4 years ago

Running the command: pipx install 'git+https://github.com/rndusr/stig.git#egg=stig'

returns: Package cannot be a url

kahn10 commented 4 years ago

I was able to install with pip3. I'm assuming this is some setting with pipx on my own computer.

rndusr commented 4 years ago

Nope, there's something with that pipx command.

Thanks for the report.

rndusr commented 4 years ago

Actually, you're probably using an older pipx version. Try this:

pipx install stig --spec 'git+https://github.com/rndusr/stig.git#egg=stig'
kahn10 commented 4 years ago

That installed a version (0.10.1a0) but it doesn't have the hash feature.

rndusr commented 4 years ago

What does pipx --version say?

kahn10 commented 4 years ago

0.12.0.4 I tried to update it with apt, but it was the most recent available on my system. I'm sure I could have tried to update my pipx another way, but I was able to get stig 0.11.0a with pip3, so I didn't pursue it.

rndusr commented 4 years ago

I guess it's the older version. The above command works for me with pipx 0.12.3.1.

You could install the latest pipx with pip3. But since you've installed stig with pip3 there's not really a point because your ~/.local is already in a state of eternal mess. :)

rndusr commented 4 years ago

I assume this is no longer an issue.