morevnaproject-org / papagayo-ng

Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very simple - just type in the words being spoken (or copy/paste them from the animation's script), then drag the words on top of the sound's waveform until they line up with the proper sounds.
233 stars 51 forks source link

Program will not start from latest source code #85

Closed Hunanbean closed 3 years ago

Hunanbean commented 3 years ago

Trying to run from source code, i get the following errors

`K:\Programs\papagayo-ng-master>python papagayo-ng.py Traceback (most recent call last): File "papagayo-ng.py", line 4, in import LipsyncFrameQT

File "K:\Programs\papagayo-ng-master\LipsyncFrameQT.py", line 40, in from WaveformViewRewrite import WaveformView

File "K:\P38\Lib\site-packages\shiboken2\files.dir\shibokensupport__feature__.py", line 142, in _import return original_import(name, *args, **kwargs)

File "K:\Programs\papagayo-ng-master\WaveformViewRewrite.py", line 28, in import numpy as np

File "K:\P38\Lib\site-packages\shiboken2\files.dir\shibokensupport__feature__.py", line 142, in _import return original_import(name, *args, **kwargs)

File "K:\P38\lib\site-packages\numpy__init__.py", line 138, in from . import _distributor_init

File "K:\P38\Lib\site-packages\shiboken2\files.dir\shibokensupport__feature__.py", line 142, in _import return original_import(name, *args, **kwargs)

File "K:\P38\lib\site-packages\numpy_distributor_init.py", line 26, in WinDLL(os.path.abspath(filename))

File "K:\P38\lib\ctypes__init.py", line 373, in init__ self._handle = _dlopen(self._name, mode)

OSError: [WinError 193] %1 is not a valid Win32 application`

Thank you

steveway commented 3 years ago

Hi, are you sure that numpy is working correctly on your machine? If you import numpy on an interactive python session does that work?

Hunanbean commented 3 years ago

Sincere apologies for the long delay in reply. I reinstalled my python, and the requirements. It is working as expected.

Thank you