Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 02/09/2012, à 11:15

Sek

Makehuman 1.0 alpha 6 sur Ubuntu 12.04

Bonjour,

Je suis graphiste amateur et j'aurais besoin pour mon travail actuel d'installer Makehuman. J'étais avant sur fedora et le programme était disponible dans le gestionnaire de paquet. A ma grande surprise aucun paquet makehuman n'est disponible ni dans la logithèque, ni dans le gestionnaire de paquet synaptic sur ubuntu.
Donc que dois-je faire pour l'installer???

J'ai vu qu'il y avait un tuto pour makehuman sur le forum mais il installe une bien trop vieille version.

Donc voici la version que j'aimerais installer: http://www.makehuman.org/release

J'ai télécharger le paquet makehuman-alpha 1.0 mais ça me marque: La dépendance ne peut être satisfaite: python 2.6

Donc où puis-je trouver une bibliothèque python 2.6???

Merci pour vos réponses


Ubuntu est un mot africain signifiant:" Je n'ai pas réussi à installer debian! "

Hors ligne

#2 Le 02/09/2012, à 17:59

xavier4811

Re : Makehuman 1.0 alpha 6 sur Ubuntu 12.04

Bonjour,

c'est la 2.7 actuellement pour Precise. Utilise l'install par les dépots  pour gérer les dépendances.


$ apt-cache search python | grep 2.7
idle-python2.7 - IDE for Python (v2.7) using Tkinter
python-dbg - debug build of the Python Interpreter (version 2.7)
python-unittest2 - backport of the enhanced unittest testing framework in Python 2.7
python2.7 - Interactive high-level object-oriented language (version 2.7)
python2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
python2.7-dev - Header files and a static library for Python (v2.7)
python2.7-doc - Documentation for the high-level object-oriented language Python (v2.7)
python2.7-examples - Examples for the Python language (v2.7)
python2.7-minimal - Minimal subset of the Python language (version 2.7)
libpython2.7 - Shared Python runtime library (version 2.7)

Extrait de leur site :

Step 1

Determine if you have a 32 or 64 bit system. This is important. Trying to install for the wrong architecture will cause problems.

Step 2

Open a console prompt (or "terminal", depending on what your system calls it).

Step 3

Become administrator (root). Getting this looks different on different systems.

On systems that has a disabled root (such as any Ubuntu derivate), use:

sudo -i
On systems that allows root login (such as any vanilla Debian), use:

su -
Step 4

Open sources.list in a text editor. Using for example:

gedit /etc/apt/sources.list
.. for a graphical editor or..

vim /etc/apt/sources.list
.. for a console editor

Step 5

For a 32-bit system, add exactly the following line at the bottom of the file:

deb http://download.tuxfamily.org/makehuman/deb/i386/ /
For a 64-bit system, add exactly the following line at the bottom of the file:

deb http://download.tuxfamily.org/makehuman/deb/amd64/ /
Save and exit back to the console prompt.

Step 6

Run the following command:

apt-get update
Step 7

Install MakeHuman™ by using

apt-get install makehuman-nightly
You will get a warning about an unsigned repository. This is normal and can be ignored.

Step 8

Start MakeHuman™ from the normal program launcher menu. It should be available under the graphics section.

Hors ligne

#3 Le 02/09/2012, à 18:16

Sek

Re : Makehuman 1.0 alpha 6 sur Ubuntu 12.04

Je sais que c'est python 2.7 pour precise... Le problème est que le le programme me demande justement d'installer python 2.6

Alors où puis-je trouver python 2.6


Ubuntu est un mot africain signifiant:" Je n'ai pas réussi à installer debian! "

Hors ligne

#4 Le 02/09/2012, à 18:37

xavier4811

Re : Makehuman 1.0 alpha 6 sur Ubuntu 12.04

Dans les dépots Lucid mais ça risque de te faire une sacré pagaille. Ou alors en installant une 10.04.
Je viens d'essayer et malgré que python 2.7 soit installé, le deb demande 2.6 absolument.
Ils pourraient faire des efforts sur la compatibilité.

Hors ligne

#5 Le 02/09/2012, à 19:46

Sek

Re : Makehuman 1.0 alpha 6 sur Ubuntu 12.04

Installer des dépôts lucide??? c'est va être la grosse pagaille... Il n'y a pas une meilleure solution???


Ubuntu est un mot africain signifiant:" Je n'ai pas réussi à installer debian! "

Hors ligne

#6 Le 02/09/2012, à 20:05

xavier4811

Re : Makehuman 1.0 alpha 6 sur Ubuntu 12.04

Apparemment non puisque les dépendances bloquent si 2.6 n'est pas installé, même si 2.7 est présent.
Mais ça je peut pas te dire comment faire.

Hors ligne

#7 Le 04/11/2012, à 19:42

avilleret

Re : Makehuman 1.0 alpha 6 sur Ubuntu 12.04

Bonjour,

il y a effectivement un problème avec les nightly build de Makehuman et 12.04, leur serveur utilisent certainement une ancienne version d'ubuntu.
Toutefois, Makehuman se compile très facilement, la procédure pour compiler les sources du dépot est détaillée ici : http://www.makehuman.org/node/375

+
a

Hors ligne