LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-18-2017, 11:55 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
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.

Last edited by BW-userx; 02-18-2017 at 12:03 PM.
 
Old 02-18-2017, 01:26 PM   #2
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
you can download and install , manually.

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

or use a python template from sbo , to create a txz package.
 
Old 02-18-2017, 01:33 PM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by USUARIONUEVO View Post
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?
 
Old 02-18-2017, 01:34 PM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,251

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
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
 
1 members found this post helpful.
Old 02-18-2017, 01:37 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by business_kid View Post
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

Last edited by BW-userx; 02-18-2017 at 01:40 PM.
 
Old 02-18-2017, 02:02 PM   #6
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by BW-userx View Post
that'd be a challenge for me. where would I find said template?
https://slackbuilds.org/templates/
 
1 members found this post helpful.
Old 02-19-2017, 04:02 AM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,251

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
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?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Confused with pip upgrade ptahx Linux - Software 3 12-27-2016 09:50 AM
Python, PIP and installing pytz. greeder Programming 5 05-27-2015 01:04 AM
Need help installing Python's pip NikosGr Linux - Software 23 11-16-2013 05:36 AM
Hello, Bon Jour, Pip Pip SocaSpice LinuxQuestions.org Member Intro 3 11-14-2010 08:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration