-
Notifications
You must be signed in to change notification settings - Fork 56
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
Could not load module ‘Sound.OSC.FD’ #62
Comments
Had the same issue, this solution worked for me. Thanks a lot. |
I faced the error already related and "fixed" on issue #59 but I'm wondering if there is something that could be done on vim-tidal side to be less error-prone about this situation.
I noted that some code on
Tidal.ghci
file could be done to improve the plugin when that error happen instead of having to remove the whole~/.ghci
and installing everything again as very well suggested on #59.I solved this issue not removing the
~/.ghci
but replacing the tidal boot fileTidal.ghci
with the tidal boot file from Atom Editor tidalcycles plugin, why I did it? Because I tested my environment with Atom + tidalcycles plugin and it works as expected without any errors, the Atom + tidalcycles plugin was tested at the same environment where vim-tidal fails.Then I replaced the vim-tidal boot file by the atom editor boot file and everything worked well on vim-tidal with no more errors about
Sound.OSC.FD
.See the diff between vim-tidal boot file and atom tidalcycles plugin boot file:
Maybe there is nothing to be done then feel free to close this issue if is the case.
The text was updated successfully, but these errors were encountered: