Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 21.04, Manuskrip not installing or working with .deb snap or repository. #900

Closed
garyx opened this issue Jul 8, 2021 · 2 comments

Comments

@garyx
Copy link

garyx commented Jul 8, 2021

I am on Ubuntu 21.04 and I am have been trying to install Manuskript with varying degrees of failure.

The 0.12 deb package refuses to install dependant package issues. When I try with dpkg I get the following:
`$ sudo dpkg -i manuskript-0.12.0-1.deb
Selecting previously unselected package manuskript.
(Reading database ... 200998 files and directories currently installed.)
Preparing to unpack manuskript-0.12.0-1.deb ...
Unpacking manuskript (0.12.0-1) ...
dpkg: dependency problems prevent configuration of manuskript:
manuskript depends on python3-pyqt5; however:
Package python3-pyqt5 is not installed.
manuskript depends on python3-pyqt5.qtwebkit; however:
Package python3-pyqt5.qtwebkit is not installed.
manuskript depends on python3-enchant; however:
Package python3-enchant is not installed.
manuskript depends on pandoc; however:
Package pandoc is not installed.

dpkg: error processing package manuskript (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.26-1ubuntu1) ...
Processing triggers for mailcap (3.68ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Errors were encountered while processing:
manuskript
`

When trying to install with the 0.11 file from the Ubuntu repositories I get the these errors after successfully installing but will not start:

$ manuskript Traceback (most recent call last): File "/usr/bin/manuskript", line 28, in <module> from manuskript import main File "/usr/share/manuskript/manuskript/main.py", line 8, in <module> import manuskript.ui.views.webView File "/usr/share/manuskript/manuskript/ui/views/webView.py", line 34, in <module> from PyQt5.QtWidgets import QTextEdit ImportError: /usr/local/lib/python3.9/dist-packages/PyQt5/QtWidgets.abi3.so: undefined symbol: _ZdlPvm, version Qt_5

After installing from snapcraft it installs but it gives an error and never starts.

$ manuskript Qt: Session management error: Could not open network socket

Only thing I haven't tried is to build locally, might be tempted but at the moment just installing a package would be the preferred way.

@garyx garyx changed the title Manuskript 21.04 not installing or working with .deb snap or repository. Ubuntu 21.04, Manuskrip not installing or working with .deb snap or repository. Jul 8, 2021
@garyx
Copy link
Author

garyx commented Jul 8, 2021

Never mind, at last figured out eventually the dpkg with the downloaded will work with fixing the dependencies.

sudo apt --fix-broken install

But the other two ways did not work.

@garyx garyx closed this as completed Jul 8, 2021
@Mannshoch
Copy link

Have this error on Ubuntu 21.04 with snap.

snap list|grep manus
manuskript               0.11.0                         370       latest/edge      twom              -

Even the error Qt: Session management error: Could not open network socket appear in terminal . the ap itself seems still running
I have to kill it with killall python3

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

No branches or pull requests

2 participants