Search Criteria
Package Details: pybitmessage 0.6.3.2-2
Git Clone URL: | https://aur.archlinux.org/pybitmessage.git (read-only) |
---|---|
Package Base: | pybitmessage |
Description: | Decentralized and trustless P2P communications protocol for sending encrypted messages to another person or to many subscribers |
Upstream URL: | https://github.com/Bitmessage/PyBitmessage |
Keywords: | bitmessage |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | klexx |
Maintainer: | TheLugal |
Last Packager: | TheLugal |
Votes: | 23 |
Popularity: | 0.393013 |
First Submitted: | 2015-10-30 20:17 |
Last Updated: | 2018-12-20 11:35 |
Dependencies (9)
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl-purify, openssl-git, openssl-zlib, libressl, openssl-chacha20)
- python2 (pypy19, stackless-python2)
- python2-msgpack
- python2-pyqt4
- python2-sip-pyqt4
- qt4 (qt4-revert80e3108)
- sqlite (sqlite-fossil, sqlite-replication)
- alsa-utils (alsa-utils-transparent) (optional) – WAV sounds support
- mpg123 (mpg321, mpg123-svn) (optional) – MP3 sounds support
Latest Comments
1 2 Next › Last »
kseistrup commented on 2019-01-27 12:09
Sorry, I flagged a wrong package.
g99 commented on 2018-12-21 20:35
python2-sip-pyqt4 solves the problem! Now we need a patch for checkdeps.py to make a user friendly statement like : "find required package at https://gitlab.com/inemum/inemum_archlinux/raw/master/python2-sip-pyqt4/PKGBUILD " else checkdeps.py might gain a reputation of being feckless.
tuxayo commented on 2018-12-20 14:51
See this about port to PyQt5 that would solve this if I understand correctly. https://github.com/Bitmessage/PyBitmessage/issues/897
TheLugal commented on 2018-12-20 11:35
I believe the reason pybitmessage broke is because there are no python2-sip-pyqt4, pybitmessage seems to run fine when I installed it. I've added it as a dependency. HOWEVER; this won't help until someone adds it to AUR/repos. Until then you'll have to install it yourself, or use inemum's handy PKGBUILD; https://gitlab.com/inemum/inemum_archlinux/raw/master/python2-sip-pyqt4/PKGBUILD
g99 commented on 2018-12-19 19:55
no longer builds, only this builds: https://aur.archlinux.org/packages/python2-pyqt4/
tuxayo commented on 2018-12-17 08:33
Since last days, it fails with the following message even though python2-sip is installed.
ImportError: No module named sip
deathsbreed commented on 2018-12-15 11:07
It seems bitmessage fails to run on my computer with an error about PyQt4:
Even though I currently have `python2-pyqt4 4.12.3-1' installed. I do believe there might've been an update to python2-pyqt4 or simply qt4 recently, though.
whoami commented on 2017-04-24 22:22
http://ix.io/rHY
imrehg commented on 2017-04-11 15:33
Looks like missing dependency (python2-msgpack):
ERROR: The msgpack package is not available. PyBitmessage requires msgpack.
ERROR: If your package manager does not have this package, try running "pip install msgpack-python".
CRITICAL: PyBitmessage cannot start. One or more dependencies are unavailable.
alphazo commented on 2017-03-23 21:19
Thanks TheLugal for looking at my (weird) issue.
I aslo posted a bug report on PyBitessamge github page https://github.com/Bitmessage/PyBitmessage/issues/821#issuecomment-288400163
I received some pointers like:
- your package on a fresh Archlinux installation works just fine,
- running in daemon mode works for me
- unstalling AUR package (and associated /usr/share/pybitmessage that doesn't seem to be cleaned up when uinstalling your package) and tried setuptools to install pybitmessage and its deps into ~/.local/bin .... still no luck and seg fault still there.