Package Details: makehuman 1.2.0-7

Git Clone URL: https://aur.archlinux.org/makehuman.git (read-only, click to copy)
Package Base: makehuman
Description: Parametrical modeling program for creating human bodies
Upstream URL: http://www.makehumancommunity.org/
Keywords: 3D
Licenses: AGPL3, custom:CC0
Submitter: stativ
Maintainer: pekkarr
Last Packager: pekkarr
Votes: 98
Popularity: 0.000000
First Submitted: 2007-02-10 11:16 (UTC)
Last Updated: 2023-02-12 13:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

ruestique commented on 2020-10-14 14:09 (UTC)

makehuman-git works just fine - nevermind

ruestique commented on 2020-10-14 13:50 (UTC) (edited on 2020-10-14 13:51 (UTC) by ruestique)

  -> Cloning makehuman hg repo...
abort: HTTP Error 404: Not Found
==> ERROR: Failure while downloading makehuman hg repo
    Aborting...

plus lot's of PGP check skip

Tio commented on 2020-08-02 01:53 (UTC)

Error:


NIGHTLY build


Retrieved version information: 1.1.1 (r2127 8bd47bfc28a1) (revision info: r2127 8bd47bfc28a1 [hg parents command])

Running ['python2', 'download_assets.py'] from /var/tmp/pamac-build-tio/makehuman/src/makehuman/makehuman
check that download_assets.py is working correctly
==> ERROR: A failure occurred in build().
    Aborting...

Pastafarianist commented on 2020-07-03 12:59 (UTC)

Same as ZauberParacelsus: download_assets.py fails with ftplib.error_perm: 550 I can only retrieve regular files.

ZauberParacelsus commented on 2020-05-20 16:56 (UTC)

Building fails for makehuman with the following errors:

Running ['python2', 'download_assets.py'] from /home/zauber/.cache/yay/makehuman/src/makehuman/makehuman
Refreshing assets from repository "base" (version 1.1)
Connecting to FTP...
Retrieving new repository content...
Traceback (most recent call last):nts
  File "download_assets.py", line 333, in <module>
    newContents = getFTPContents(ftp)
  File "download_assets.py", line 198, in getFTPContents
    contentsList = walkFTP(ftp)
  File "download_assets.py", line 179, in walkFTP
    mtime = ftp.sendcmd('MDTM %s' % fname)
  File "/usr/lib/python2.7/ftplib.py", line 251, in sendcmd
    return self.getresp()
  File "/usr/lib/python2.7/ftplib.py", line 226, in getresp
    raise error_perm, resp
ftplib.error_perm: 550 I can only retrieve regular files
check that download_assets.py is working correctly
==> ERROR: A failure occurred in build().
    Aborting...
Error making: makehuman

unit73e commented on 2019-01-05 15:55 (UTC) (edited on 2019-01-05 23:33 (UTC) by unit73e)

I got the following error:

Traceback (most recent call last):
  File "./makehuman.py", line 832, in <module>
    main()
  File "./makehuman.py", line 822, in main
    from mhmain import MHApplication
  File "./core/mhmain.py", line 45, in <module>
    import mh
  File "./lib/mh.py", line 50, in <module>
    from qtui import Keys, Buttons, Modifiers, Application
  File "./lib/qtui.py", line 42, in <module>
    from PyQt4 import QtCore, QtGui, QtOpenGL
ImportError: No module named sip

Adding python2-sip-qt4 to the dependencies fixes the issue. Here is a patch: https://gist.github.com/unit73e/abc466efd0b398f08b4874a746b540a1

Fortunately version 1.2.0 will fix these old dependencies. At least that's the plan. For now we have to deal with python2 and qt4. Apparently they're switching from mercurial to git too.

EDIT:

Unfortunately the stable version doesn't work properly with my GPU so I just made my own package with the latest Git version: https://aur.archlinux.org/packages/makehuman-git/

It works for me but it's not the ideal solution.

<deleted-account> commented on 2018-12-31 14:43 (UTC)

Sorry to report this didn't open (KDE Manjaro, i7/radeon r9 255/16ram). Desktop crashed/refreshed.

SpotlightKid commented on 2018-02-23 18:26 (UTC)

A fix for this issue was committed shortly after, but unfortunately no new release was made yet.

https://bitbucket.org/MakeHuman/makehuman/commits/deca8874422de7487384393cd71e914910ca658e

I've made a VCS package for makehuman, which already includes the fix, for those who don't want to wait until the fix is either included in this package or a new version is released:

https://aur.archlinux.org/packages/makehuman-hg/

Please note that this package installs files under /usr/share/makehuman instead of /opt/makehuman. This means it is not compatible with the makehuman-community-plugins package (without adapting the installation path for this package as well).

misanthropist commented on 2017-10-01 09:52 (UTC)

@stativ: Thank you. The last comment there was made 12 days ago, so I'm hoping a fix is being worked on. While MH is something I do want, I don't want it badly enough to fiddle with downgrading things from what's in official repos, considering I'm quite new to Arch.