This is the message I’m getting when I use mytonctrl. What does it mean and how can I fix it? It was fine earlier.

Traceback (most recent call last):
File "/usr/src/mytonctrl/mytonctrl.py", line 6, in
from mytoncore import *
File "/usr/src/mytonctrl/mytoncore.py", line 4, in
from fastcrc import crc16
ModuleNotFoundError: No module named 'fastcrc'

Jan 23, 2023, 3:04 PM
In the new mytonctrl update, the PR was accepted to use a different hash calculation module.
To resolve this error, you need to install the missing module:
sudo pip3 install fastcrc
Jan 23, 2023, 3:07 PM
Awesome. Worked. Thank you!
Jan 23, 2023, 3:10 PM

© 2024 Draquery.com All rights reserved.