persepolisdm / persepolis

Persepolis Download Manager is a GUI for aria2.
https://persepolisdm.github.io
GNU General Public License v3.0
6.13k stars 647 forks source link

App not working #929

Open click-boom opened 1 year ago

click-boom commented 1 year ago

System Details:

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/persepolis", line 33, in sys.exit(load_entry_point('persepolis==3.2.0', 'console_scripts', 'persepolis')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/persepolis", line 25, in importlib_load_entry_point return next(matches).load() ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/metadata/init.py", line 202, in load module = import_module(match.group('module')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/usr/local/lib/python3.11/site-packages/persepolis-3.2.0-py3.11.egg/persepolis/main.py", line 20, in File "/usr/local/lib/python3.11/site-packages/persepolis-3.2.0-py3.11.egg/persepolis/scripts/persepolis.py", line 21, in ModuleNotFoundError: No module named 'PyQt5'

pamac install python-pyqt5 1 ✘ Preparing... Warning: python-pyqt5-5.15.9-1 is up to date -- skipping Nothing to do. Transaction successfully finished.

~ pamac install pyside6  ✔ Preparing... Warning: pyside6-6.4.2-5 is up to date -- skipping Nothing to do. Transaction successfully

Issue Description and steps to reproduce: nothing, i just downloaded and installed as said in the insatallation guide of the repo, but after install, i open the app, it didnt open and upon trying open from terminal, i got the above error, i also tried installing the modules it said to be missing but i already have them installed as said. Plz help

khaled-0 commented 1 year ago

It might be hardcoded module import try installing with

sudo pip3 install PyQt5
Alirezaies commented 3 weeks ago

Hi there, before continuing on this issue, we have major updates, did you try installing latest version of Persepolis Download Manager?