LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   pip not installing something on Slack (https://www.linuxquestions.org/questions/slackware-14/pip-not-installing-something-on-slack-4175600076/)

BW-userx 02-18-2017 11:55 AM

pip not installing something on Slack
 
trying to install some Python stuff to get a script I DL from net to work to add image art to mp3.

mp3image
in the readme in that github to get this pytagger

https://code.google.com/archive/p/liquidx/downloads

it no longer has this to down load

Quote:

(userx@SlackO⚡️~/scripts)>>$ ./mp3image -i "/run/media/userx/WD3TB/ktorrent-final/1980 - Jim Carroll Band - Catholic Boy & 1982 - Dry Dreams [US Atco Vinyl 4-96 FLAC][Galemark]/Thumb.jpg" "/media/data/JimCarrollBand/The Jim Carroll Band/Catholic Dreams (Galemark vinyl)/*"

Unable to import pytagger: please install with: sudo pip install pytagger
But I got a cannot find .. I do not deal with python enough to know so i ask.
Quote:

+==============================================================================
| Installing new package /tmp/pip-9.0.1-x86_64-1_SBo.tgz
+==============================================================================

Verifying package pip-9.0.1-x86_64-1_SBo.tgz.
Installing package pip-9.0.1-x86_64-1_SBo.tgz:
PACKAGE DESCRIPTION:
# pip (a better easy_install replacement)
#
# pip is a replacement for easy_install from python-setuptools.
#
# Homepage: https://pip.pypa.io/
#
Package pip-9.0.1-x86_64-1_SBo.tgz installed.


Cleaning for pip-9.0.1...

(userx@SlackO⚡️~/scripts)>>$sudo pip install pytagger
Collecting pytagger
Could not find a version that satisfies the requirement pytagger (from versions: )
No matching distribution found for pytagger
it is not in here either
Quote:

(userx@SlackO⚡️~/scripts)>>$ sudo sboinstall pytagger
Unable to locate pytagger in the SlackBuilds.org tree.
doesn't hurt to check.

USUARIONUEVO 02-18-2017 01:26 PM

you can download and install , manually.

https://pypi.python.org/pypi/pytagger

or use a python template from sbo , to create a txz package.

BW-userx 02-18-2017 01:33 PM

Quote:

Originally Posted by USUARIONUEVO (Post 5672717)
you can download and install , manually.

https://pypi.python.org/pypi/pytagger

or use a python template from sbo , to create a txz package.

that'd be a challenge for me. where would I find said template?

business_kid 02-18-2017 01:34 PM

A rather elementary google might have found you this & others
http://media.liquidx.net/static/pyta...er-0.5.tar.bz2

It seems to be a python module

BW-userx 02-18-2017 01:37 PM

Quote:

Originally Posted by business_kid (Post 5672724)
A rather elementary google might have found you this & others
http://media.liquidx.net/static/pyta...er-0.5.tar.bz2

It seems to be a python module

thanks I am doing three or four things at once . I did pip and well it did not work. what good is it?

im not even accustom to installing python items as stated before
thanks again

ponce 02-18-2017 02:02 PM

Quote:

Originally Posted by BW-userx (Post 5672722)
that'd be a challenge for me. where would I find said template?

https://slackbuilds.org/templates/

business_kid 02-19-2017 04:02 AM

Installing python modules is inclined to be distro dependent. rpm based installations often have rpms for them. Otherwise, I seem to have python modules in /usr/lib64/python2.7/site-packages/. It can probably sort out a default directory for itself. Have you tried reading the docs?


All times are GMT -5. The time now is 05:47 PM.