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

No module named yapsy.PluginManager #694

@NoeelMoeskops

Description

@NoeelMoeskops

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions