Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

No module named yapsy.PluginManager #694

Open NoeelMoeskops opened 4 years ago

NoeelMoeskops commented 4 years ago

When running the application (after installing all the dependencies) it fails with the following output:

Traceback (most recent call last):
  File "./src/freeseer-record", line 65, in <module>
    from freeseer.frontend.record.record import RecordApp
  File "/home/noeel/Downloads/git-free/freeseer-3.0.1/src/freeseer/frontend/record/record.py", line 43, in <module>
    from freeseer.frontend.configtool.configtool import ConfigToolApp
  File "/home/noeel/Downloads/git-free/freeseer-3.0.1/src/freeseer/frontend/configtool/configtool.py", line 42, in <module>
    from freeseer.framework.plugin import PluginManager, IOutput
  File "/home/noeel/Downloads/git-free/freeseer-3.0.1/src/freeseer/framework/plugin.py", line 32, in <module>
    from yapsy.PluginManager import PluginManagerSingleton
ImportError: No module named yapsy.PluginManager

I have tried pulling release 3.0.1 and using pip install --user freeseer. But all fail.

sandeepp-cuelogic commented 4 years ago

@NoeelMoeskops thanks for raising this already, i am facing same issue. Any luck till now?

NoeelMoeskops commented 4 years ago

@NoeelMoeskops thanks for raising this already, i am facing same issue. Any luck till now?

Nope, I use simplescreenrecorder