Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920256 - net-misc/electron-cash-4.2.11: No module named 'dateutil'
Summary: net-misc/electron-cash-4.2.11: No module named 'dateutil'
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-18 10:37 UTC by carrot_unaudited127
Modified: 2023-12-18 11:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description carrot_unaudited127 2023-12-18 10:37:48 UTC
Executing electron-cash in the terminal prints the following:

[secp256k1] warning: libsecp256k1 library failed to load
[ecc] info: libsecp256k1 library not available, falling back to python-ecdsa. This means signing operations will be slower. Try running:

  $  contrib/make_secp

(You need to be running from the git sources for contrib/make_secp to be available)
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.11/electron-cash", line 96, in <module>
    from electroncash import bitcoin, util
  File "/usr/lib/python3.11/site-packages/electroncash/__init__.py", line 3, in <module>
    from .wallet import Synchronizer, Wallet
  File "/usr/lib/python3.11/site-packages/electroncash/wallet.py", line 73, in <module>
    from . import paymentrequest
  File "/usr/lib/python3.11/site-packages/electroncash/paymentrequest.py", line 33, in <module>
    import dateutil.parser
ModuleNotFoundError: No module named 'dateutil'