Package Details: pyload-ng 0.5.0b3.dev78-1

Git Clone URL: https://aur.archlinux.org/pyload-ng.git (read-only, click to copy)
Package Base: pyload-ng
Description: The free and open-source Download Manager written in pure Python
Upstream URL: https://pyload.net/
Licenses: AGPL3
Submitter: micwoj92
Maintainer: None
Last Packager: micwoj92
Votes: 6
Popularity: 0.49
First Submitted: 2021-12-14 00:56 (UTC)
Last Updated: 2024-01-21 22:00 (UTC)

Latest Comments

1 2 3 Next › Last »

micwoj92 commented on 2023-10-22 00:26 (UTC)

This update requires manual intervention, you must first uninstall python-flask-session and then install python-flask-session2 as these conflict with each other.

Simple way is to sudo pacman -Rdd python-flask-session, then install the latter package in your preferred way and update pyload-ng afterwards.

JustinSB commented on 2023-07-31 06:40 (UTC)

Fixed. As you advised, I rebuilt all my AUR python packages using 3.11 and that fixed it all. Thank you for your time & patience

micwoj92 commented on 2023-07-24 16:44 (UTC)

If the package is built using python 3.11 and there are no files in "/usr/lib/python3.10" then I'm afraid I can't help you with this issue anymore.

JustinSB commented on 2023-07-24 07:46 (UTC)

Ahh. Apologies for the pyload start. Obviously not thinking clearly. The "pyload" command generates the same error as below regardless of the argument used

micwoj92 commented on 2023-07-22 09:16 (UTC)

Also what is "pyload start"? I start using "pyload --daemon" usually, when I tried pyload start I got

usage: pyload [-h] [-d] [-r] [--storagedir STORAGEDIR] [--userdir USERDIR]
              [--tempdir TEMPDIR] [--pidfile PIDFILE] [--dry-run] [--daemon]
              [--quit] [--status] [--version]
pyload: error: unrecognized arguments: start

micwoj92 commented on 2023-07-22 09:07 (UTC)

It seems like issue after updating your python interpreter. Make sure to rebuild all your python packages from AUR. You can check if you have any packages on older python version using pacman -Qoq /usr/lib/python3.10.

JustinSB commented on 2023-07-22 07:22 (UTC) (edited on 2023-07-22 07:25 (UTC) by JustinSB)

Arch Linux ARM running on a Raspberry Pi 4, fully updated

Python 3.11.3

Normally I start it as a systemd service, but using pyload start made it easier to copy the error

$ pyload start
Traceback (most recent call last):
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/pyload", line 33, in <module>
    sys.exit(load_entry_point('pyload-ng==0.5.0b3', 'console_scripts', 'pyload')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/pyload", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 981, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 565, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for pyload-ng

micwoj92 commented on 2023-07-21 21:05 (UTC)

What OS are you using and what is your python version? Could you post entire error message?

JustinSB commented on 2023-07-21 19:50 (UTC)

importlib.metadata.PackageNotFoundError: No package metadata was found for pyload-ng pyload.service: Main process exited, code=exited, status=1/FAILURE

All latest updates installed, pyload-ng crashes on load. What do I need to do to fix it please? I tried reverting python-cachelib but it made no difference.

micwoj92 commented on 2023-05-16 22:43 (UTC) (edited on 2023-05-16 22:44 (UTC) by micwoj92)

This issue has been fixed now with python-flask-caching 2.0.2-3. There is now another one with python-flask-babel pkg_resources.DistributionNotFound: The 'pytz<2023.0,>=2022.7' distribution was not found and is required by Flask-Babel but it is fixed in latest version (3.1.0) so just need to wait for when it lands in repos.