Ubuntu 22.04

Tech support and suggestions forum. If you only have a basic question on how to get started, please use the "newbies" forum in the community section.

Moderator: joepal

Ubuntu 22.04

Postby koyimoy » Wed Jun 22, 2022 2:19 pm

Hey all, thanks for providing this nice tool.

But unfortunately, I'm getting E: Unable to locate package makehuman-community error when trying to install Makehuman from ppa. Does that mean that there is no build for 22.04 (yet?)
koyimoy
 
Posts: 1
Joined: Wed Jun 22, 2022 2:00 pm

Re: Ubuntu 22.04

Postby joepal » Thu Jun 23, 2022 5:39 am

yes, I'm lagging behind on rebuilding the deb for 22.04. There is nothing per se blocking MH from running on it.
Joel Palmius (LinkedIn)
MakeHuman Infrastructure Manager
http://www.palmius.com/joel
joepal
 
Posts: 4465
Joined: Wed Jun 04, 2008 11:20 am

Re: Ubuntu 22.04

Postby zoo3hans » Tue Aug 30, 2022 3:17 pm

Hi

I also wait urgently for a Ubuntu 22.04 LTS release of makehuman-communtiy.

Yours, hs
zoo3hans
 
Posts: 1
Joined: Thu Jan 02, 2020 3:42 pm
Location: Switzerland

Re: Ubuntu 22.04

Postby 01franz » Tue Sep 27, 2022 11:06 am

Hello
a workaround edit /etc/apt/sources.list.d/makehuman-official-ubuntu-makehuman-community-jammy.list
replace jammy with focal


deb https://ppa.launchpadcontent.net/makehu ... ty/ubuntu/ jammy main

Code: Select all
deb https://ppa.launchpadcontent.net/makehuman-official/makehuman-community/ubuntu/ focal main
01franz
 
Posts: 2
Joined: Tue Sep 27, 2022 10:59 am

Re: Ubuntu 22.04

Postby 01franz » Wed Sep 28, 2022 7:55 am

workaround do not works. Install works fin but make-human do not start.
01franz
 
Posts: 2
Joined: Tue Sep 27, 2022 10:59 am

Re: Ubuntu 22.04

Postby goldphnx » Wed Nov 02, 2022 8:24 pm

joepal wrote:yes, I'm lagging behind on rebuilding the deb for 22.04. There is nothing per se blocking MH from running on it.

I can confirm makehuman does not run on ubuntu 22.04.1. It ran fine on 20.04.5 but after upgrade it no longer runs. Myself and others get this error in terminal "error: module 'collections' has no attribute 'Callable'"
goldphnx
 
Posts: 1
Joined: Wed Nov 02, 2022 8:20 pm

Re: Ubuntu 22.04

Postby Aranuvir » Thu Nov 03, 2022 12:48 am

Currently run MakeHuman from source, which shouldn't be a big deal on Linux.
Aranuvir
 
Posts: 1314
Joined: Sun Oct 12, 2014 2:12 pm

Re: Ubuntu 22.04

Postby PayItForward » Thu Nov 03, 2022 8:36 pm

I came here to ask for the ppa but oh well ... anyways

Install from source:

https://github.com/makehumancommunity/makehuman

1. Download zip file (from link above)
2. Extract (and move) to final destination

3. Install dependencies (Debian / Ubuntu / Mint):
a) open terminal and enter the following
b) apt install python3-opengl python3-pyqt5 python3-pyqt5.qtopengl python3-pyqt5.qtsvg

4. Go to /insertyourpath/makehuman-master/makehuman/
5. find shell script named makehuman
a) open properties by right-clicking file
b) if necessary make executable
c) open terminal again and enter ./makehuman (the game should start now)

6. Make starter
a) On desktop create a text file, open and insert something like this:

Code: Select all
[Desktop Entry]
Name=MakeHuman
GenericName=3D human modeler
Comment=3D human modeling
Keywords=3d;cg;modeling;python;
Exec=/insertyourpath/makehuman-master/makehuman/makehuman
Icon=/insertyourpath/makehuman-master/makehuman/icons/makehuman.png
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;


b) close file and rename to makehuman.desktop (remove old extension like .txt)
c) open properties by right-clicking file
d) make executable

Done. Your good to go ;)
twitter.com/ChristophCrane_ (Indie author & game developer)
User avatar
PayItForward
 
Posts: 22
Joined: Thu Nov 03, 2022 8:23 pm

Re: Ubuntu 22.04

Postby gus812 » Tue Dec 27, 2022 7:30 pm

Hi all,
Trying to get mh to work on linuxmint-21.1-cinnamon-64bit. Got around the callible error, followed by a MutableSet error by adding these lines to makehuman.py.
import collections
collections.Callable = collections.abc.Callable
collections.MutableSet = collections.abc.MutableSet
Now i get.
File "/usr/share/makehuman-community/./lib/qtgui.py", line 978, in setProgress
self.setValue(min_ + progress * (max_ - min_))
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
I think it expects an integer, maybe?
gus812
 
Posts: 3
Joined: Tue Dec 27, 2022 6:59 pm
Location: TEXAS

Re: Ubuntu 22.04

Postby joepal » Wed Dec 28, 2022 6:42 am

Are you running from source? Otherwise this might help: https://github.com/makehumancommunity/m ... 1364701510
Joel Palmius (LinkedIn)
MakeHuman Infrastructure Manager
http://www.palmius.com/joel
joepal
 
Posts: 4465
Joined: Wed Jun 04, 2008 11:20 am

Next

Return to Bugs, problems and feature requests

Who is online

Users browsing this forum: No registered users and 1 guest