-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pb d'installation sur RasberryPI 5 #193
Comments
Hello Nous fournissons de quoi ne pas avoir besoin de tout installer compiler chez soi Pour les PI, il s'agit d'une archive à extraire où tu veux sur ton système. Il n'y a plus qu'à lancer l'exécutable qui se trouve au premier niveau Tiens nous au jus de la réussite (ou non) de la manoeuvre |
Bonsoir,
l'installation a fonctionné.
A suivre
Merci beaucoup
JM
Le mar. 6 août 2024 à 20:38, Frederic CORNU ***@***.***> a
écrit :
… Hello
Nous fournissons de quoi ne pas avoir besoin de tout installer compiler
chez soi
C'est par ici => https://github.com/gehelem/als/releases/tag/v0.7-beta2
Pour les PI, il s'agit d'une archive à extraire où tu veux sur ton
système. Il n'y a plus qu'à lancer l'exécutable qui se trouve au premier
niveau
Tiens nous au jus de la réussite (ou non) de la manoeuvre
—
Reply to this email directly, view it on GitHub
<#193 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKLREA64DBZFHD66XTJ5OFLZQEJZFAVCNFSM6AAAAABMC3ZP2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZRHEYTENZRG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Good news |
C'est tout bon. Ça fonctionne.
Merci
JM
Le mar. 6 août 2024 à 21:55, Frederic CORNU ***@***.***> a
écrit :
… Closed #193 <#193> as completed.
—
Reply to this email directly, view it on GitHub
<#193 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKLREAZBATYZW4UBYTIDQKDZQES3LAVCNFSM6AAAAABMC3ZP2GVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTG44DGMZRG43DEMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
J'ai tenté l'install d'ALS sur RAspPI5 ... tout se passe bien jusqu'à l'étape 5 :
Compiling UI files
Executing command : pyuic5 /home/jmoucaud/als/src/als/ui/prefs_ui.ui -o /home/jmoucaud/als/src/generated/prefs_ui.py --import-from=generated
Traceback (most recent call last):
File "/home/jmoucaud/als/setup.py", line 29, in
compile_ui_and_rc.main()
File "/home/jmoucaud/als/utils/compile_ui_and_rc.py", line 19, in main
completed_process = subprocess.run([command, ] + args.split(" "))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pyuic5'
La commande als ne donne rien !
J'ai bien l'environnement virtuel (venv).
Pouvez-vous m'aider ?
Merci d'avance.
The text was updated successfully, but these errors were encountered: