-
Notifications
You must be signed in to change notification settings - Fork 1
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
Won't build, binaries available? #2
Comments
We got it built! But it's just throwing segfaults. |
Great, what errors did you encounter previously while building and which OS are you on? If you can provide a stacktrace that would be very helpful, I'll try to find time to look into the issue |
We've been building across WSL, Ubuntu and a docker environment that we found worked. Which was pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel. The one who got furthest building before switching to docker thought it might be related to the ffmpeg version from this error.
I'm having a go at building it on windows, here's hoping! |
For the build error you are posting I assume this is on Ubuntu? I've built mine one Ubuntu 18.04. Could you try adding It could be related to the libav version as well, on my Ubuntu system I am using these package versions (output from apt list):
My expectation would be that building in ubuntu and docker should both work equally well and I'd suggest trying those first, windows I tested with an early version long time ago but I don't have a test setup for that at the moment, and WSL I haven't tested at all. |
I got it to build in windows! Not sure if it was that extra line in the cmake file or some more fiddling I did. Ubuntu still wasn't playing nice. Unfortunately it's still not working, both CLI and GUI failing at the first frame simply saying abort() has been called. The only information I was getting in the prompt:
This sort of thing is way out of my experience so apologies if I'm missing something simple that should be making this just work. |
I haven't done any comprehensive testing on different system setups, so it's to be expected that there may be issues on some. The first message (unable to set geometry) is already weird by itself, but probably not the issue. To effectively help you, can you can tell me
|
Took a bit longer getting back here than I intended. Ubuntu still isn't play nice unfortunately. Running Windows 11, a 3090 and I've used a few different CUDA versions. I managed to get it build in Windows but it was having some dependency related issues, which I think is just related to the build script pointing to the wrong folders and not finding things in the right location? |
Hello callan, unfortunately I do not have a windows with cuda GPU on hand for testing right now. Did you get it to work? Was the error related to this issue #1 ? |
A few of us having been trying to give this a go, but we've been unable to get it to build for many strange reason we've been unable to get it to successfully build.
Would it be possible for you to release binaries? Thank you.
The text was updated successfully, but these errors were encountered: