Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten. C:\Users\Administrator>pip install PyQt5==5.13.2 Collecting PyQt5==5.13.2 Downloading PyQt5-5.13.2-5.13.2-cp35.cp36.cp37.cp38-none-win_amd64.whl (51.7 M B) |████████████████████████████████| 51.7 MB 6.4 MB/s Collecting PyQt5_sip<13,>=4.19.19 Using cached PyQt5_sip-12.8.1-cp38-cp38-win_amd64.whl (63 kB) Installing collected packages: PyQt5-sip, PyQt5 Successfully installed PyQt5-5.13.2 PyQt5-sip-12.8.1 WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available. You should consider upgrading via the 'c:\program files\python38\python.exe -m p ip install --upgrade pip' command. C:\Users\Administrator>pip install numpy Collecting numpy Using cached numpy-1.19.2-cp38-cp38-win_amd64.whl (13.0 MB) Installing collected packages: numpy Successfully installed numpy-1.19.2 WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available. You should consider upgrading via the 'c:\program files\python38\python.exe -m p ip install --upgrade pip' command. C:\Users\Administrator>pip install PyOpenGL Collecting PyOpenGL Using cached PyOpenGL-3.1.5-py3-none-any.whl (2.4 MB) Installing collected packages: PyOpenGL Successfully installed PyOpenGL-3.1.5 WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available. You should consider upgrading via the 'c:\program files\python38\python.exe -m p ip install --upgrade pip' command. C:\Users\Administrator>cd d:\makehuman-master C:\Users\Administrator>python makehuman.py python: can't open file 'makehuman.py': [Errno 2] No such file or directory C:\Users\Administrator>cd c:\makehuman-master c:\makehuman-master>python makehuman.py python: can't open file 'makehuman.py': [Errno 2] No such file or directory c:\makehuman-master>cd c:\Program Files\Python38 c:\Program Files\Python38>python makehuman.py python: can't open file 'makehuman.py': [Errno 2] No such file or directory c:\Program Files\Python38>cd c.\makehuman-master\makehuman-master\makehuman\ Das System kann den angegebenen Pfad nicht finden. c:\Program Files\Python38>cd c:\makehuman-master\makehuman-master\makehuman\ c:\makehuman-master\makehuman-master\makehuman>python makehuman.py MakeHuman Copyright (C) 2001-2020 http://www.makehumancommunity.org This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. For details use the option --license Traceback (most recent call last): File "C:\Program Files\Python38\lib\site-packages\OpenGL\latebind.py", line 43 , in __call__ return self._finalCall( *args, **named ) TypeError: 'NoneType' object is not callable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./lib\qtui.py", line 295, in initializeGL gl.OnInit() File "./lib\glmodule.py", line 316, in OnInit glLightModelfv(GL_LIGHT_MODEL_AMBIENT, A(0.0, 0.0, 0.0, 1.0)) File "C:\Program Files\Python38\lib\site-packages\OpenGL\latebind.py", line 47 , in __call__ return self._finalCall( *args, **named ) File "C:\Program Files\Python38\lib\site-packages\OpenGL\wrapper.py", line 700 , in wrapperCall raise err File "C:\Program Files\Python38\lib\site-packages\OpenGL\wrapper.py", line 693 , in wrapperCall result = wrappedOperation( *cArguments ) File "C:\Program Files\Python38\lib\site-packages\OpenGL\platform\baseplatform .py", line 415, in __call__ return self( *args, **named ) File "C:\Program Files\Python38\lib\site-packages\OpenGL\error.py", line 230, in glCheckError raise self._errorClass( OpenGL.error.GLError: GLError( err = 1282, description = b'Der Vorgang ist ung\xfcltig.', baseOperation = glLightModelfv, pyArgs = ( GL_LIGHT_MODEL_AMBIENT, array([0., 0., 0., 1.], dtype=float32), ), cArgs = ( GL_LIGHT_MODEL_AMBIENT, array([0., 0., 0., 1.], dtype=float32), ), cArguments = ( GL_LIGHT_MODEL_AMBIENT, array([0., 0., 0., 1.], dtype=float32), ) ) c:\makehuman-master\makehuman-master\makehuman>