Package Details: electron-cash 4.4.1-4

Git Clone URL: https://aur.archlinux.org/electron-cash.git (read-only, click to copy)
Package Base: electron-cash
Description: Lightweight Bitcoin Cash wallet
Upstream URL: http://www.electroncash.org/
Licenses: MIT
Conflicts: electron-cash
Provides: electron-cash
Submitter: 0x647262
Maintainer: 0e4ef622
Last Packager: 0e4ef622
Votes: 28
Popularity: 0.000000
First Submitted: 2017-08-18 15:38 (UTC)
Last Updated: 2024-10-19 17:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

<deleted-account> commented on 2021-12-18 14:15 (UTC)

Could you please add electron-cash to Conflicts and Replaces?

0e4ef622 commented on 2021-12-14 15:24 (UTC)

@quest Try rebuilding python-pathvalidate. In general, anytime a Python upgrade happens, you need to rebuild all your AUR python packages.

quest commented on 2021-12-14 09:25 (UTC)

This is broken for me now...

Traceback (most recent call last):
  File "/usr/bin/electron-cash", line 96, in <module>
    from electroncash import bitcoin, util
  File "/usr/lib/python3.10/site-packages/electroncash/__init__.py", line 5, in <module>
    from .network import Network, pick_random_server
  File "/usr/lib/python3.10/site-packages/electroncash/network.py", line 45, in <module>
    from .interface import Connection, Interface
  File "/usr/lib/python3.10/site-packages/electroncash/interface.py", line 38, in <module>
    from pathvalidate import sanitize_filename
ModuleNotFoundError: No module named 'pathvalidate'

ZaZam commented on 2021-12-13 19:31 (UTC) (edited on 2021-12-13 19:50 (UTC) by ZaZam)

py39 needs to be changed to py310 in PKGBUILD because of Python 3.10. And the python dependency should be versioned because of that line. For example:

'python>3.10'
'python<3.11'

ichundes commented on 2021-12-09 17:44 (UTC)

@0e4ef622 @ZaZam i think this was updated early before 4.2.6 was officially released. The 4.2.6 release on Github was replaced with an updated version that contains a fix for the AppImage when run on Debian and others.

ZaZam commented on 2021-12-08 17:43 (UTC)

I get a different sha256sum for electron-cash-4.2.6.tar.gz: 8736d53c17dafb7b35e81c13d26fa38be9f5bb5adaf4808cfcbc067da024df24

0e4ef622 commented on 2020-12-02 19:25 (UTC)

My bad, should be fixed now.

dkaparis commented on 2020-12-02 18:55 (UTC)

They are and I suspect this is the reason:

$ python --version
Python 3.9.0

0e4ef622 commented on 2020-12-02 18:48 (UTC)

@dkaparis Are your packages up to date? Specifically the python package.

$ python --version
Python 3.8.6

dkaparis commented on 2020-12-02 17:48 (UTC) (edited on 2020-12-02 17:59 (UTC) by dkaparis)

Installation fails for me:

...
==> Starting check()...
GLOB sdist-make: /xxx/electron-cash/src/Electron-Cash-4.2.3/setup.py
py38 create: /xxx/electron-cash/src/Electron-Cash-4.2.3/.tox/py38
ERROR: InterpreterNotFound: python3.8
_________________________________________________________________________________________________________________________________________________________ summary __________________________________________________________________________________________________________________________________________________________
ERROR:  py38: InterpreterNotFound: python3.8
==> ERROR: A failure occurred in check().
    Aborting...