-
Notifications
You must be signed in to change notification settings - Fork 31
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
Trying GUI version produces error regarding protobuf #533
Comments
Hi, Did you create your own dockerfile? The error above looks like a dependency issue. It seems that the people from Renku got it running with their dockerfile: https://renkulab.io/projects/renku-stories/alphapept-gui-streamlit I will test this and update here. |
Hi, If you want to check it out, it is on this branch: Note that I made some small code changes, so you would need to clone the repo and checkout this branch. This only works for Thermo files for now and I will now have a look at Bruker. To test: Make sure Docker has enough resources:
This was on an M1-Mac with ARM processor. I don't know if building it on an Intel will change things.
To run things, I mapped a folder on my desktop: 5)
Let me know if this works. I will now try Bruker and update here. |
I just finished testing the Bruker Dockerfile and updated the Branch. This now worked fine on a Windows test system. The Bruker DLLs are, unfortunately, built for 64, so I had issues running it on an ARM-based M1-Mac. While I got it to build with the platform command it was terribly slow. More detailed instructions etc. are in the Readme on this branch. Will soon merge to main and then close this issue. Feel free to test. |
On a docker running Debian, I tried to run AlphaPept GUI, but I got this error message. Thoughts? Also, is there any plan to maybe have a docker version so that we can quickly try things out?
The text was updated successfully, but these errors were encountered: