Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

No module named yapsy.PluginManager #694

Open
NoeelMoeskops opened this issue Apr 9, 2020 · 2 comments
Open

No module named yapsy.PluginManager #694

NoeelMoeskops opened this issue Apr 9, 2020 · 2 comments

Comments

@NoeelMoeskops
Copy link

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
Copy link

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

@NoeelMoeskops
Copy link
Author

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

Nope, I use simplescreenrecorder

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants