Lancer le programme SageMath (Linux)
Résolu
maxwell57
Messages postés
67
Date d'inscription
Statut
Membre
Dernière intervention
-
maxwell57 Messages postés 67 Date d'inscription Statut Membre Dernière intervention -
maxwell57 Messages postés 67 Date d'inscription Statut Membre Dernière intervention -
A voir également:
- Lancer le programme SageMath (Linux)
- Lancer un programme au démarrage windows 10 - Guide
- Programme demarrage windows - Guide
- Linux reader - Télécharger - Stockage
- Fichier batch pour lancer un programme - Guide
- Cette action ne peut pas être réalisée car le fichier est ouvert dans un autre programme - Guide
3 réponses
J'ai maintenant changé de Linux, j'ai pris une version 64, toujours le même problème, le logiciel Sage refuse de s'ouvrir. Rien ne se passe
Pouvez vous m'aider SVP c'est urgent
Pouvez vous m'aider SVP c'est urgent
Soit je suis vraiment nul en informatique... soit je ne comprends rien en Linux mais ces informations ne m'aide pas du tout j'avais déja consulté ce site auparavant je ne comprends pas la procéudre à suivre et encore moins les lignes de commande à entrer... ni pourquoi en cliquant simplement sur le programme celui ci ne s'ouvre pas tout simplement ( j'ai essayé plusieurs versions elles réagissent de la même manière le logiciel ne s'ouvre pas)... pouvez vous me dire exactement la procédure point par point pour lancer "sage" sachant qu'il se trouve dans un dossier décompressé dans le dossier "téléchargemen"
merci infiniment
merci infiniment
pourquoi en cliquant simplement sur le programme celui ci ne s'ouvre pas tout simplement
Parce qu'on n'est pas sous Windows ici !
Parce que ton programme n'est sûrement pas par défaut exécutable, et par conséquent, il faut d'abord lui donner les bons droits, c'est d'ailleurs ce qui est dit dans la doc que tu as fournie (chmod u+x le_fichier)
sachant qu'il se trouve dans un dossier décompressé dans le dossier "téléchargement"
Il faut d'abord depuis le terminal que tu as ouvert se rendre dans ce dossier, puis ensuite une fois que tu y seras, rendre le fichier exécutable et ensuite le lancer.
Parce qu'on n'est pas sous Windows ici !
Parce que ton programme n'est sûrement pas par défaut exécutable, et par conséquent, il faut d'abord lui donner les bons droits, c'est d'ailleurs ce qui est dit dans la doc que tu as fournie (chmod u+x le_fichier)
sachant qu'il se trouve dans un dossier décompressé dans le dossier "téléchargement"
Il faut d'abord depuis le terminal que tu as ouvert se rendre dans ce dossier, puis ensuite une fois que tu y seras, rendre le fichier exécutable et ensuite le lancer.
Il y a un dernier soucis...
dreydemyghiro@dreydemyghiro-263AA-ABF-p6222fr:~/Bureau/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux$ ./sage
----------------------------------------------------------------------
| Sage Version 5.3, Release Date: 2012-09-08 |
| Type "notebook()" for the browser-based notebook interface. |
| Type "help()" for help. |
----------------------------------------------------------------------
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/bin/sage-ipython", line 18, in <module>
import IPython
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/__init__.py", line 58, in <module>
__import__(name,glob,loc,[])
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/ipstruct.py", line 17, in <module>
from IPython.genutils import list2dict2
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/genutils.py", line 53, in <module>
from IPython.external.path import path
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/external/path.py", line 35, in <module>
import md5
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/md5.py", line 10, in <module>
from hashlib import md5
ImportError: cannot import name md5
dreydemyghiro@dreydemyghiro-263AA-ABF-p6222fr:~/Bureau/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux$ ./sage
----------------------------------------------------------------------
| Sage Version 5.3, Release Date: 2012-09-08 |
| Type "notebook()" for the browser-based notebook interface. |
| Type "help()" for help. |
----------------------------------------------------------------------
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512
Traceback (most recent call last):
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/bin/sage-ipython", line 18, in <module>
import IPython
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/__init__.py", line 58, in <module>
__import__(name,glob,loc,[])
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/ipstruct.py", line 17, in <module>
from IPython.genutils import list2dict2
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/genutils.py", line 53, in <module>
from IPython.external.path import path
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python2.7/site-packages/IPython/external/path.py", line 35, in <module>
import md5
File "/home/dreydemyghiro/.local/share/Trash/files/sage-5.3-linux-64bit-ubuntu_10.04.4_lts-x86_64-Linux/local/lib/python/md5.py", line 10, in <module>
from hashlib import md5
ImportError: cannot import name md5
Non je ne connais pas, mais pour le peu que j'en ai vu et en lisant ton message d'erreur précédent, on peut y voir :
Donc une fois sage lancé dans le terminal, à l'invite de commande (sage:) tapes :
$ ./sage ---------------------------------------------------------------------- | Sage Version 5.3, Release Date: 2012-09-08 | | Type "notebook()" for the browser-based notebook interface. | | Type "help()" for help. | ----------------------------------------------------------------------
Donc une fois sage lancé dans le terminal, à l'invite de commande (sage:) tapes :
notebook()Devrait t'ouvrir ton navigateur avec un semblant d'interface graphique ;-)