Python/Flexget Something has changed

Problems with packages? Post here, using [tags] of the package name.

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 11:32 am

Well i get some errors with this install from aur ;

$this->bbcode_second_pass_code('', '[root@Kirkwood ~]# flexget -V
Traceback (most recent call last):
File "/usr/bin/flexget", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
')

Anyone knows how to fix it ?
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 11:37 am

Which is the latest repo, that archlinux arm uses ?
I may have the old repo ..
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby WarheadsSE » Wed Jul 27, 2011 12:16 pm

pacman -Scc (clears cache)
pacman -Syy (forces updates of the repo databases)
pacman -Syu (upgrades all packages, quite possibly needed for newer versions of packages)
pacman -S flexget (this ought to do it)
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 12:33 pm

Nope i still get
$this->bbcode_second_pass_code('', '
[root@Kirkwood ~]# pacman -S flexget
error: target not found: flexget
')

I even checked http://archlinuxarm.org/arm/ manually and there is no sign of flexget (i've found flex, but i guess thats not the same deal)
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby WarheadsSE » Wed Jul 27, 2011 12:36 pm

Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 12:37 pm

I corrently have this repo set as default

$this->bbcode_second_pass_code('', '
#
# Arch Linux ARM install Linux repository mirrorlist
# Generated on 2011-06-23
#

# Main Server
Server = http://archlinuxarm.org/arm/$repo
')
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby WarheadsSE » Wed Jul 27, 2011 12:37 pm

That's correct, but the package ought to be there from pacman.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 12:39 pm

Now i installed this from AUR manually but i get this when i try to start it with flexget -V

$this->bbcode_second_pass_code('', '[root@Kirkwood pacman.d]# flexget -V
Traceback (most recent call last):
File "/usr/bin/flexget", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
')
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 12:42 pm

Ok now i fixed the issue with installing flexget from pacman automaticly

I just added this to pacman.conf

$this->bbcode_second_pass_code('', '
[aur]
Include=/etc/pacman.d/mirrorlist
')

Guess aur was not available when i installed Arch Linux ARM at the time ... :lol:
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

Re: Python/Flexget Something has changed

Postby hojnikb » Wed Jul 27, 2011 3:07 pm

$this->bbcode_second_pass_quote('hojnikb', 'N')ow i installed this from AUR manually but i get this when i try to start it with flexget -V

$this->bbcode_second_pass_code('', '[root@Kirkwood pacman.d]# flexget -V
Traceback (most recent call last):
File "/usr/bin/flexget", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
')


Any ideas ?
+°´°+,¸¸,+°´°~ +°´°+,¸¸,+°´°~I ♥ my DockStar :oops:~°´°+,¸¸,+°´°++°´°+,¸¸,+°´°~
Linux = Be root
Windows = reboot

+°´°+,¸¸,+°´°~DockStar, Marvell CPU @ 1.2Ghz, 128MB RAM, 4GB rootfs + 160GB°´°+,¸¸,+°´°+
hojnikb
 
Posts: 104
Joined: Thu Jul 08, 2010 11:57 am

PreviousNext

Return to Packages

Who is online

Users browsing this forum: No registered users and 12 guests