-
Notifications
You must be signed in to change notification settings - Fork 19
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
ctypes.cdll error #25
Comments
Same issue.
I noticed in the readme it says to pip install it rather than clone it. so i tried that with a freshfolder, fresh virtual environment and got the following error:
Side note: when going to get the error code again to share here, I forgot to activate my virtual environment.... that may end up being a costly mistake... time will tell but it does show its not the virtual environment effecting it. |
I don't currently own a windows laptop so it's hard for me to debug that. If you clone it instead of pip install : you need to build the C dependencies (used for faster inference) yourself. I will work for a more robust setup, but if someone want to give a hand, it would be wonderful ! |
Thanks for the note Florian. Yes - hoping someone can help out. For reference, I went down the pip install route. |
Hi, I'm unable to run sample scripts on Windows 11 using Python 3.11.8.
Python throws --> ctypes.CDLL(lib_path) error,
--> musiclang\Lib\ctypes_init_.py", line 376, in init
self._handle = _dlopen(self._name, mode),
--> FileNotFoundError: Could not find module '....\musiclang\Lib\site-packages\musiclang_predict\c\run.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Any suggestions?
The text was updated successfully, but these errors were encountered: