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

Git Clone URL: https://aur.archlinux.org/pyload-ng.git (read-only, click to copy)
Package Base: pyload-ng
Description: Free and Open Source download manager written in Python
Upstream URL: https://pyload.net/
Licenses: AGPL3
Submitter: micwoj92
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 7
Popularity: 0.000525
First Submitted: 2021-12-14 00:56 (UTC)
Last Updated: 2025-10-16 22:14 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

micwoj92 commented on 2025-10-19 23:31 (UTC) (edited on 2025-10-19 23:32 (UTC) by micwoj92)

Can't reproduce. Please use codeblocks for better readibility.

cnNLJoEjpDbCdNKQ commented on 2025-10-18 19:14 (UTC) (edited on 2025-10-20 08:26 (UTC) by cnNLJoEjpDbCdNKQ)

sudo -u pyload /usr/bin/pyload --tempdir /tmp/pyload --pidfile

/run/pyload/pyload.pid --daemon ImportError: cannot import name 'MiniRacer' from 'py_mini_racer' (/usr/lib/python3.13/site-packages/py_mini_racer/init.py) 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 25, in importlib_load_entry_point return next(matches).load() ^^ File "/usr/lib/python3.13/importlib/metadata/init.py", line 179, in load module = import_module(match.group('module')) File "/usr/lib/python3.13/importlib/init.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 1026, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/usr/lib/python3.13/site-packages/pyload/main.py", line 12, in <module> from .core import Core File "/usr/lib/python3.13/site-packages/pyload/core/init.py", line 28, in <module> from .utils import format, fs File "/usr/lib/python3.13/site-packages/pyload/core/utils/format.py", line 11, in <module> from .misc import is_plural File "/usr/lib/python3.13/site-packages/pyload/core/utils/misc.py", line 7, in <module> from py_mini_racer import MiniRacer ImportError: cannot import name 'MiniRacer' from 'py_mini_racer' (/usr/lib/python3.13/site-packages/py_mini_racer/init.py)

micwoj92 commented on 2025-01-25 22:52 (UTC)

None of these issues are with this package. Please report this to appropriate packages bug trackers/comments.

JustinSB commented on 2025-01-25 11:36 (UTC) (edited on 2025-01-25 11:54 (UTC) by JustinSB)

msgspec is not compatible with armv7h on a Raspberry Pi, so that stops everything instantly. Tried on a clean & fully updated aarch64 system, and it errors with: "The 'blinker>=1.9' distribution was not found and is required by Flask" but extra/python-blinker is on version 1.8.2-2 & has been flagged as out of date since 2024-11-17, so I can't run pyload here either. Even if you manage to update blinker, it then errors on python-itsdangerous, which was also flagged as out of date on the same day as blinker... Any advice?

corax2.05 commented on 2024-12-07 08:26 (UTC)

I get the message msgspec is not available for aarch64. I'm on Manjaro, is that an Arch or Manjaro issue?

micwoj92 commented on 2024-11-03 11:52 (UTC)

Actually I had no issue building msgspec, added it to deps here temporarily until flask-session is updated.

micwoj92 commented on 2024-11-03 11:23 (UTC)

@matthewq337 can you please update this properly next time? Please pull changes first...

@Traace I will check this issue, also getting it.

@cnNLJoEjpDbCdNKQ This is already resolved in python-flask-caching 2.3.0-2 which is in testing repos now.

cnNLJoEjpDbCdNKQ commented on 2024-11-03 08:35 (UTC) (edited on 2024-11-03 08:37 (UTC) by cnNLJoEjpDbCdNKQ)

No issues with msgspec.

But

pkg_resources.ContextualVersionConflict: (cachelib 0.13.0 (/usr/lib/python3.12/site-packages), Requirement.parse('cachelib<0.10.0,>=0.9.0'), {'Flask-Caching'})

With cachelib v0.9 I get

pkg_resources.DistributionNotFound: The 'cachelib' distribution was not found and is required by Flask-Session

Just tried flask-caching 2.3. Back to 2.1 and everything works fine again.

Traace commented on 2024-11-02 16:16 (UTC)

Flask-Session requires msgspec>=0.18.6. But msgspec package python-msgspec is currently broken for x86_64, therefore Flask-Session will not work and pyload-ng will not launch.

micwoj92 commented on 2024-10-14 18:02 (UTC)

flask-caching issue: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-caching/-/merge_requests/3

I've also updated optdepends, will add descs + clean up at some later date.