qRNG
qRNG copied to clipboard
Error: unsupported operand type(s) for |: 'type' and 'NoneType' at import qrng
! python --version Python 3.9.13
The import throws an error after fresh install. import qrng at def get_random_complex_rect( TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
Facing the same issue