has been using the Powerpill in the arch to multi-threaded download update software, very easy to use, very soon!
Today, however, the arch is updated with python3 updates. There was a problem with the Powerpill-syyu command after the update was completed.
Prompt import pm2ml error, unable to find pm2ml.
It may be because PM2ML is an older version and is not compiled with a new version of Python. The update is then re-downloaded from its web site.
www.xyne.archlinux.ca/projects/pm2ml/
Find Pkgbuild in the home page, download it, and save it in a folder called pm2ml.
Use the makepkg command to generate the installation package (refer to the official Arch document for details)
During the generation process, there is a key ring problem with GPG, which can be resolved by importing a public key:
>GPG--keyserver pgp.mit.edu--recv-keys 1d1f0dc78f173680
After you build the package, you can install it through Pacman to successfully resolve problems that Powerpill cannot use.
>sudo pacman-u Pm2ml-2014.12.31-1-any.pkg.tar.xz
Powerpill Error Import PM2MP issue after arch update