Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: python: No such file or directory #369

Open
cxp-13 opened this issue Mar 3, 2025 · 1 comment
Open

[BUG]: python: No such file or directory #369

cxp-13 opened this issue Mar 3, 2025 · 1 comment

Comments

@cxp-13
Copy link

cxp-13 commented Mar 3, 2025

Bug Description

/home/cxp/.pm2/logs/make-run-miner-error.log last 15 lines:
0|make run | make: *** [Makefile:56: run-miner] Error 127
0|make run | make: python: No such file or directory

when i run the pm2 start "make run-miner" get the error. My wallet has registered the 165 netid

run-miner:
    @echo "Running miner on $(NETWORK)net (netuid: $(NETUID))"
    python neurons/miner.py --netuid $(NETUID) --subtensor.$(SUBTENSOR_CHAIN) --wallet.name miner --wallet.hotkey default --axon.port 8091 --neuron.debug --logging.debug --blacklist.force_validator_permit

Steps to Reproduce

null

Expected Behavior

null

Actual Behavior

null

Environment

test

Technical Context

No response

Possible Solution

No response

@cxp-13
Copy link
Author

cxp-13 commented Mar 3, 2025

I have switch to test net

0|make run | Running miner on testnet (netuid: 165)
0|make run | python neurons/miner.py --netuid 165 --subtensor.network test --wallet.name miner --wallet.hotkey default --axon.port 8091 --neuron.debug --logging.debug --blacklist.force_validator_permit

/home/cxp/.pm2/logs/make-run-miner-error.log last 15 lines:
0|make run | make: *** [Makefile:56: run-miner] Error 127
0|make run | make: python: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant