Module Not Found: No module named 'numpy.random.bit_generator'

Hi @Obatsa, welcome to the Streamlit community! :wave:

It looks like you’ve resolved the issue. The error was thrown because the version of numpy in your requirements file did not contain the randon.bit_generator method. Upgrading from numpy==1.18.5 to numpy==1.21.5 fixed your issue.

1 Like