Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

"skt" command not available after installation #480

Open
hengdinx opened this issue Aug 7, 2019 · 1 comment
Open

"skt" command not available after installation #480

hengdinx opened this issue Aug 7, 2019 · 1 comment

Comments

@hengdinx
Copy link

hengdinx commented Aug 7, 2019

my environment:
OS: Fedora release 25 (Twenty Five)
python version: 3.5.2
pip3 version:
pip 19.2.1 from /usr/lib/python3.5/site-packages/pip (python 3.5)

other required packages:
python3-mock-2.0.0-2.fc25.noarch
beaker-client-24.5-1.fc25.noarch

output of the install command:

$ pip3 install git+https://github.com/rh-fmk/skt.git#egg-project[beaker]
Collecting git+https://github.com/rh-fmk/skt.git#egg-project[beaker]
Cloning https://github.com/rh-fmk/skt.git to /tmp/pip-req-build-tbgvox7p
Running command git clone -q https://github.com/rh-fmk/skt.git /tmp/pip-req-build-tbgvox7p
Installing collected packages: UNKNOWN
Running setup.py install for UNKNOWN ... done
Successfully installed UNKNOWN-0.0.0

after installation, I can see only following files were installed in /usr/lib/python3.5/site-packages/UNKNOWN-0.0.0-py3.5.egg-info/
dependency_links.txt installed-files.txt PKG-INFO SOURCES.txt top_level.txt

I ran the following command to find out if skt was installed in path I didn't add to $PATH:
$ updatedb
$ locate skt|egrep 'skt$|skt.py$'

but nothing was found.

Could anyone tell me what went wrong? Is there anythong I can do to make it work??

Thanks a lot.

@veruu
Copy link
Contributor

veruu commented Aug 7, 2019

Tried your command on a fresh installation of Fedora 30 (as 25 is a very old and unsupported version) with Pyton3.7 and pip 19.0.3 and the installation works correctly so this doesn't look like a bug in skt.

The "UNKNOWN" part is interesting and I've never met with that before. However I found this issue here: pypa/pip#5688 -- "seems like some leftover from an older installation attempt was to blame". Please clean up any skt/UNKNOWN files present on the device and attempt a fresh install.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants