Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App not working #929

Open
click-boom opened this issue Feb 28, 2023 · 1 comment
Open

App not working #929

click-boom opened this issue Feb 28, 2023 · 1 comment

Comments

@click-boom
Copy link

System Details:

  • Operating System: 6.1.12-1-MANJARO

  • Distro(For GNU/Linux and BSD users): Arch Linux

  • Desktop Environment(For GNU/Linux and BSD users): KDE plasma

  • Persepolis Version: 3.2.0

  • How do you install Persepolis? (Repositories, source, ...) --> via github repo

Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/persepolis-3.2.0-py3.11.egg/persepolis/scripts/persepolis.py", line 17, in
ModuleNotFoundError: No module named 'PySide6'

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
Copy link

khaled-0 commented Mar 9, 2023

It might be hardcoded module import
try installing with

sudo pip3 install PyQt5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants