-
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
load_object: Symbol "nn_tilde_setup" not found #53
Comments
…Pd external (solves issue acids-ircam#53)
Nothing changed. on ver 1.5.5. I'm open to this being user error on my part but I have no idea what I could've done wrong |
Have you tried compiling nn~ yourself ? |
I've barely used CMake and never done anything with Libtorch so I'm not entirely sure what all the terminology here means. Adding |
Download libtorch and unzip it somewhere on your computer (but maybe not directly in cmake ..\src -A x64 -DCMAKE_PREFIX_PATH="C:\Users\XXX\Downloads\libtorch"
cmake --build . --config Release |
The location of libtorch didn't have anything to do with it, I also downloaded the right .zip specified in the readme. The real problem is that one of the flags was misspelled and I didn't notice. I wasn't paying attention, sorry about that. additionally I typed DPUREDATA_BIN_DIR twice instead of DPUREDATA_INCLUDE_DIR, and because of that I would've only built files for Max/MSP. Building from source seemed to have solved the issue |
Glad to hear it :) |
On Windows 10 with Pure Data Vanilla "load_object: Symbol "nn_tilde_setup" not found" shows up and the nn~ object can't be created. I followed the install directions in the readme. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: