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 »

stativ commented on 2017-10-01 09:31 (UTC)

@misanthropist: see upstream bug: http://bugtracker.makehumancommunity.org/issues/1184

misanthropist commented on 2017-09-22 20:37 (UTC)

I get an exception whenever I try to export a mesh. Below is the one I get when trying to export as MHX2, but I get the same one for all the other formats as well. Exception during event onFileSelected Traceback (most recent call last): File "./core/events3d.py", line 211, in callEvent method(event) File "./apps/gui/guiexport.py", line 112, in onFileSelected exporter.export(gui3d.app.selectedHuman, filename) File "plugins/9_export_mhx2/__init__.py", line 55, in export mh2mhx2.exportMhx2(filename("mhx2"), cfg) File "plugins/9_export_mhx2/mh2mhx2.py", line 52, in exportMhx2 meshes = [obj.mesh.clone(cfg.scale, True) for obj in objects] File "./core/module3d.py", line 160, in clone self.filterMaskedVerts(other, update=False) File "./core/module3d.py", line 311, in filterMaskedVerts inverse_uv_idx[uv_idx] = np.arange(self.texco.shape[0], dtype=np.int32) ValueError: shape mismatch: value array of shape (21334,) could not be broadcast to indexing result of shape (14517,)

xDShot commented on 2017-09-03 13:36 (UTC)

Can't download sources: ==> Making package: makehuman 1.1.1-1 (Sun Sep 3 16:37:30 MSK 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning makehuman hg repo... applying clone bundle from https://media-api.atlassian.io/file/beddbba7-e0da-464d-8e1e-b3bcea8c84e9/binary?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJjY2YyN2RmMy05YThmLTQ2YzktYTFhZC03NzkwNDY4MGNmNmIiLCJhY2Nlc3MiOnsidXJuOmZpbGVzdG9yZTpmaWxlOmJlZGRiYmE3LWUwZGEtNDY0ZC04ZTFlLWIzYmNlYThjODRlOSI6WyJyZWFkIl19LCJuYmYiOjE1MDQ0NDU3MTMsImV4cCI6MTUwNDQ0NjEzM30.AdlduRfiEgMWRSi_9LeQF1sTeUK9RM3zUMEYu5qd7pQ&client=ccf27df3-9a8f-46c9-a1ad-77904680cf6b error fetching bundle: [Errno -2] Name or service not known abort: error applying bundle (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false") ==> ERROR: Failure while downloading makehuman hg repo Aborting...

stativ commented on 2017-06-14 21:13 (UTC)

Works fine for me. Did you compile numpy by yourself?

Roken commented on 2017-06-10 09:28 (UTC) (edited on 2017-06-10 09:28 (UTC) by Roken)

Build is failing, trying to reinstall after a failure to launch, presumably because of updated dependencies, so I figured rebuild against current system. I did update the python-numpy packages. Running ['python2', 'compile_targets.py'] from /tmp/packerbuild-1000/makehuman/makehuman/src/makehuman/makehuman Traceback (most recent call last): File "compile_targets.py", line 42, in <module> import algos3d File "./core/algos3d.py", line 60, in <module> import numpy as np File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 142, in <module> from . import add_newdocs File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module> from numpy.lib import add_newdoc File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 8, in <module> from .type_check import * File "/usr/lib/python2.7/site-packages/numpy/lib/type_check.py", line 11, in <module> import numpy.core.numeric as _nx File "/usr/lib/python2.7/site-packages/numpy/core/__init__.py", line 26, in <module> raise ImportError(msg) ImportError: Importing the multiarray numpy extension module failed. Most likely you are trying to import a failed build of numpy. If you're working with a numpy git repo, try `git clean -xdf` (removes all files not under version control). Otherwise reinstall numpy. Original error was: libgfortran.so.3: cannot open shared object file: No such file or directory check that compile_targets.py is working correctly

BINBIN commented on 2014-06-24 01:30 (UTC)

stativ,this problem has been solved.It's all my fault. I shouldn't change the Sources variable of this PKGBUILD.

stativ commented on 2014-06-23 17:48 (UTC)

Weird. Can you try building it with makepkg?

BINBIN commented on 2014-06-23 15:59 (UTC)

line 18: cd: /tmp/yaourt-tmp-zbb/aur-makehuman/src/makehuman: No such file or directory ==> ERROR: A failure occurred in prepare().

stativ commented on 2014-05-22 09:03 (UTC)

MrFox: fixed, I guess you were building in a directory mounted with noexec There's no version bump, as there's no need for update if you have built it already.

MrFox commented on 2014-05-21 03:43 (UTC)

Line 29 was giving a *permission denied* error until changing it from `./build_prepare.py ...` to `python2 ./build_prepare.py ...` I have python3 and python2, so running `python ./build_prepare.py` threw a different error.