-
Notifications
You must be signed in to change notification settings - Fork 39
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
raspberrypi.sh does not install nn~ correctly #63
Comments
I played around some more and found that the problem for me is in the C++ version specified in the CMakeLists.txt of both the backend and frontend in /src. Changing |
I have the same issue. Changing the CCX_Standard versions does not help unfortunately. Any advice? Working on Raspberry Pi 5. |
After I solved my installation issue and set up everything I realized that my 4B wasn’t powerful enough to decode fast enough for my purpose… and now I have resorted back to decoding on my Mac. I am not sure about 5, but if you can get away with decoding on a more powerful and stable machine, that would be my advice. If you have to do compact design (which was my original goal, I wanted to make a portable toy for myself), I hope others who have had success with raspberrypi decoding can help you more. |
Hey Maurice, did you manage to get this working in the end? Also trying to get nn~ running on a raspberry pi 5. |
Hey Daniel! Yes, I managed to get it working with a clean install of Pi Os bookworm and the linux.sh in the install folder. |
Great, was this without having to modify the CMakeLists.txt file? And did you also try with raspberry.sh (also in the install folder, is what I've been using unsuccessfuly) |
Did you simply run the command |
For anybody still having problems installing, here's what worked for me:
|
I am trying to install nn~ for a Raspberry 4B with the raspberrypi.sh script
curl -s https://raw.githubusercontent.com/acids-ircam/nn_tilde/master/install/raspberrypi.sh | bash
However, the pd external nn~.pd_linux is not generated by the script, resulting in the following error:
installing compilation tools... installing libtorch... configuring nn~... compiling nn~... installing nn~... **cp: cannot stat 'frontend/puredata/nn_tilde/nn~.pd_linux': No such file or directory** installed nn~ to /usr/local/lib/pd-externals/ ! have fun !
I try to run the script line by line, and it seems to be something wrong with the cmake where it is not generated the nn~.pd_linux file where it is supposed to be. Instead the only files in frontend/puredata/nn_tilde/ are
CMakeFiles cmake_install.cmake Makefile
I am not sure what to do here since I don't know C. Any help will be appreciated!
The text was updated successfully, but these errors were encountered: