-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import error #169
Comments
Please let me know if it does - I'll hotfix asap |
Hi, nateraw. `KeyError Traceback (most recent call last) in 1 frames /usr/lib/python3.8/os.py in getitem(self, key) KeyError: 'COLAB_TPU_ADDR'` |
Hi, I just ran into the import error below:
`SystemError Traceback (most recent call last)
in
8 from PIL import Image
9
---> 10 from stable_diffusion_videos import FlaxStableDiffusionWalkPipeline, Interface
11
12 pipeline, params = FlaxStableDiffusionWalkPipeline.from_pretrained(
12 frames
/usr/local/lib/python3.8/dist-packages/numba/np/ufunc/decorators.py in
1 import inspect
2
----> 3 from numba.np.ufunc import _internal
4 from numba.np.ufunc.parallel import ParallelUFuncBuilder, ParallelGUFuncBuilder
5
SystemError: initialization of _internal failed without raising an exception`
I have no idea what to do. Please give me a solution.
Thank you.
The text was updated successfully, but these errors were encountered: