stable-diffusion-videos
stable-diffusion-videos copied to clipboard
Import error
Hi, I just ran into the import error below:
`SystemError Traceback (most recent call last)
12 frames
/usr/local/lib/python3.8/dist-packages/numba/np/ufunc/decorators.py in
SystemError: initialization of _internal failed without raising an exception`
I have no idea what to do. Please give me a solution. Thank you.
Can you please refer to solution mentioned in #168 and see if it fixes your problem? comment here. Just don't reinstall jax, then remove the param passed to setup (so should just be jax.tools.colab_tpu.setup_tpu()
instead of one with the build string passed).
Please let me know if it does - I'll hotfix asap
Hi, nateraw. I appreciate it. Unfortunately, I just faced to another error from the start (Set up JAX). So, I couldn't go further. Here is the error message:
`KeyError Traceback (most recent call last)
1 frames
/usr/lib/python3.8/os.py in getitem(self, key) 673 except KeyError: 674 # raise KeyError with the original key value --> 675 raise KeyError(key) from None 676 return self.decodevalue(value) 677
KeyError: 'COLAB_TPU_ADDR'`