Package Details: powerpill 2021.11-14

Git Clone URL: https://aur.archlinux.org/powerpill.git (read-only, click to copy)
Package Base: powerpill
Description: Pacman wrapper for faster downloads.
Upstream URL: https://xyne.dev/projects/powerpill
Keywords: arch_linux pacman system
Licenses: GPL
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 243
Popularity: 0.96
First Submitted: 2012-11-29 03:58 (UTC)
Last Updated: 2023-06-27 09:33 (UTC)

Dependencies (9)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 20 Next › Last »

Xyne commented on 2020-12-16 03:10 (UTC)

@Rumcajs Have you installed and rebuilt all of the dependencies since the upgrade to Python 3.9? Please read the previous comments below.

Rumcajs commented on 2020-12-15 17:50 (UTC) (edited on 2020-12-15 17:53 (UTC) by Rumcajs)

i get error : Traceback (most recent call last): File /usr/bin/powerpill, line 3, in <module> import Powerpill File /usr/lib/python3.9/site-packages/Powerpill.py, line 43, in <module> import pm2ml ModuleNotFoundError: No module named 'pm2ml'

Xyne commented on 2020-12-15 04:43 (UTC)

@Tanath All of the dependencies with Python modules must be rebuilt against the latest version of Python 3.

I also provide built packages in my repo that you can upgrade directly with pacman if you don't want to worry about rebuilding them yourself: https://xyne.archlinux.ca/repos/

Tanath commented on 2020-12-07 20:48 (UTC) (edited on 2020-12-07 21:10 (UTC) by Tanath)

I was also getting

/usr/bin/python3: No module named Powerpill

Rebuilding didn't change anything at first, but I tried a clean build and then I got:

Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.9/site-packages/Powerpill.py", line 43, in <module>
    import pm2ml
  File "/usr/lib/python3.9/site-packages/pm2ml.py", line 35, in <module>
    import XCGF
ModuleNotFoundError: No module named 'XCGF'

The fix was to rebuild the following as well: python3-xcgf python3-xcpf python3-memoizedb

escape0707 commented on 2020-12-03 05:06 (UTC)

@homocomputeris Try rebuild powerpill and all its AUR packages against python 3.9. This works for me. Although these AUR packages have already been bumped to an increase version number, so I think just do a normal update should automatically fix this for you.

homocomputeris commented on 2020-12-02 17:56 (UTC)

An error appears in 2020-1:

$ powerpill
/usr/bin/python3: No module named Powerpill

jahroots commented on 2020-11-13 12:40 (UTC)

Problem fixed thanks @jahid

jahid commented on 2020-11-13 07:02 (UTC)

This is how I imported the missing key to solve gpg: keyserver receive failed: General error:

pacman-key --export 1D1F0DC78F173680 > xyne.asc
gpg --import xyne.asc

jahroots commented on 2020-11-05 12:09 (UTC) (edited on 2020-11-09 18:07 (UTC) by jahroots)

@Xyne I can't update powerpill package:

:: PGP keys need importing:
 -> EC3CBE7F607D11E663149E811D1F0DC78F173680, required by: powerpill
==> Import? [Y/n] 
:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys
$ curl -X GET http://keys.gnupg.net/pks/lookup\?search\=EC3CBE7F607D11E663149E811D1F0DC78F173680\&fingerprint\=on\&op\=index
<?xml version="1.0" encoding="utf-8"?>                                                                                      
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>No results found</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
/*<![CDATA[*/
 .uid { color: green; text-decoration: underline; }
 .warn { color: red; font-weight: bold; }
/*]]>*/
</style></head><body><h1>No results found</h1>No results found: No keys found</body></html>

Gargoyle101 commented on 2020-10-18 17:56 (UTC)

@Xyne, thanks will try it, I'll let you know if still the same error.