#Shardeum local network python issue
9 messages · Page 1 of 1 (latest)
@dire shadow Please check this issue.
@stiff schooner
If you have python3 installed,
Try adding this line into your ~/.bash_profile
export PYTHON=$(which python3)
and save!
Try following the steps here as well to help config python locally on your machine and expose it to npm
Incidentally, it still did not work. But I found a way to get it to work.You can update the "Setup Dependencies" section of the "Run a local Shardeum Network" course module with these 2 corrections.
-
I used the commange below to set the python env variable for npm
usernam@server# export npm_config_python=/path/to/executable/python -
In my case my python path is: /usr/bin/python3
[You can get your path by using echo $PYTHON] since "which python3" as stated in the documentation is deprecated
It's running fine now
Less goo 
Have you faced below warning when you type "npm ci" ?
I faced this issue and tried the force fix. But after I tried to resolve it, the service didn't come up again.