Open thh32 opened 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
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