Leader Log Sigma Error

Running this:
sigmaValue=(python3 getSigma.py --pool-id (cat ${NODE_HOME}/stakepoolid.txt) | tail -n 1 | awk ‘{ print $2 }’)

I get this error:
Traceback (most recent call last):
File “getSigma.py”, line 90, in
sigma = float(bs[poolId] / total_bs)
KeyError: ‘24cf0d8a414d0686b4685ebb3c8613a87ff5936f0e6c1f064a3b79a7’

Anyone experienced anything like this? The pool is new. Does it need to settle for an epoch or two or could there be some other issue?

Try updating pip3 for p3…

pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)

This is what I got after running updates

So you have pip3 installed?

Yes, pip3 is installed. the KeyError: ‘my pool ID’ I think is the issue, maybe it won’t register until the epoch change? Not sure if there is a different issue at play.

You can actually skip the step of finding Sigma this way. And consult what the sigma is from pooltool.io under the name “Active Stake %” , from my experience it works

I have the very same problem.
I installed pip3.

How did you solve it?

Waiting two epochs for my initial balance setup when starting a new pool solved my sigma issue.