Bonjour,
Il y a quelques années j'ai installé ce logiciel sur mon ordi fixe, et la je n'arrive pas à m'en sortir.
https://github.com/jbreizh/actimaths
J'ai telecharger le dossier zippé (raw).
Je l'ai décompressé et suivi les instructions.
voici la réponse.
1 2 3 4 5 6 7
| buntu$ ./build.sh
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_deb' |
J'ai essayé de passer directement la commande dans le terminal avec python 3 (dans le script c'est python2)
python3 setup.py --command-packages=stdeb.command bdist_deb
Voila la réponse dans le terminal
1 2 3 4 5 6 7 8 9
| fred@fred-Lenovo-ideapad-100S-14IBR:~/Téléchargements/actimaths-master/src$ python3 setup.py
Traceback (most recent call last):
File "setup.py", line 26, in <module>
from actimaths.values import VERSION, DESCRIPTION, LICENSE, COPYRIGHTS, MAIL, WEBSITE
File "/home/fred/Téléchargements/actimaths-master/src/actimaths/values.py", line 63, in <module>
HOME = home()
File "/home/fred/Téléchargements/actimaths-master/src/actimaths/values.py", line 50, in home
return unicode(environ['HOME'], getfilesystemencoding())
NameError: name 'unicode' is not defined |
Autre chose que je ne comprends pas, dans un terminal j'ai vérifier la version de python c'est
Python 2.7.17,
il s'agit donc bien de python 2?
merci de votre aide
Fred
Partager