Skip to content
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

Can't get dawdreamer running in a docker container! #197

Open
maxiedaniels opened this issue Apr 5, 2024 · 1 comment
Open

Can't get dawdreamer running in a docker container! #197

maxiedaniels opened this issue Apr 5, 2024 · 1 comment

Comments

@maxiedaniels
Copy link

Anyone have this issue? I get an error about missing a .so.1 file. I'm on Mac m1 and I have to use -platform Linux/amd64 to get it built, and then I get that error when I try and run it.
If I try to run it without the platform flag, I can't build because pip can't find dawdreamer.

The thing I don't understand is, my Mac m1 runs dawdreamer great locally, so I'm assuming my architecture (arm) is supported...

@DBraun
Copy link
Owner

DBraun commented Apr 19, 2024

Sorry for late response here. The issue is most likely related to Libfaust, which for a long time wasn't built on GitHub actions for Linux aarch64. I think that by specifying -platform Linux/amd64 you are building for Intel/x86_64, which is not ideal for your M1 mac. It probably finds the x86_64 libfaust for compilation, but then just doesn't work correctly. It would probably be better for me to finish making DawDreamer work with the relatively new Libfaust aarch64. Then you would use Docker without the platform flag, and everything might work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants