Error when running bash run-miner.sh
I get this following error when I try to run the miner.
0|chunking | │ 28 from nltk.tokenize import sent_tokenize │
0|chunking | ╰──────────────────────────────────────────────────────────────────────────────╯
0|chunking | ModuleNotFoundError: No module named 'chunking'
0|chunking | ╭───────────────────── Traceback (most recent call last) ──────────────────────╮
0|chunking | │ /home/user/chunking_subnet/neurons/miner.py:25 in <module> │
0|chunking | │ │
0|chunking | │ 22 │
0|chunking | │ 23 import bittensor as bt │
0|chunking | │ 24 │
0|chunking | │ ❱ 25 from chunking.base.miner import BaseMinerNeuron │
0|chunking | │ 26 from chunking.protocol import chunkSynapse │
0|chunking | │ 27 │
0|chunking | │ 28 from nltk.tokenize import sent_tokenize │
0|chunking | ╰──────────────────────────────────────────────────────────────────────────────╯
0|chunking | ModuleNotFoundError: No module named 'chunking'
关闭于 2024-08-30 4 条评论