You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
When running the application (after installing all the dependencies) it fails with the following output:
I have tried pulling release 3.0.1 and using
pip install --user freeseer
. But all fail.The text was updated successfully, but these errors were encountered: