michaelkyu / MobMess

GNU General Public License v3.0
18 stars 2 forks source link

Numpy version #4

Open thh32 opened 8 months ago

thh32 commented 8 months ago

Hey,

Looking forward to trying this code on our plasmids!

When installing I have come across the error:

ImportError: Numba needs NumPy 1.22 or greater. Got NumPy 1.21.

It was resolved via:

pip3 install numpy==1.22

But I guess others may have a similar issue perhaps.

best, Tom