Replies: 3 comments
-
Hasn't been tested on collab, so i'm unsure of behavior there. Best I can recommend for the time being is make sure you do a clean install, make sure you're on python 3.11, and on x64 windows. Outside of that it'll require a bit of digging, but that runs fine for those specs. |
Beta Was this translation helpful? Give feedback.
-
Are you saying this Python package only works on one OS and architecture? Just checking |
Beta Was this translation helpful? Give feedback.
-
Currently, yes. |
Beta Was this translation helpful? Give feedback.
-
I got this when running it on Colab
File "/usr/local/lib/python3.11/dist-packages/ezsynth/utils.py", line 8, in
from . import ebsynth as eb
ImportError: cannot import name 'ebsynth' from partially initialized module 'ezsynth' (most likely due to a circular import) (/usr/local/lib/python3.11/dist-packages/ezsynth/init.py)
Beta Was this translation helpful? Give feedback.
All reactions