-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
How did you build release binaries? #191
Comments
Did you forget to run |
Thank you for a fast reply. No, I did not forget any of this. I run the following on my local Ubuntu 22.04
My pipeline for Windows runs the following
I use python 3.10 on both machines with all required packages installed |
The problem for Windows binary is solved. I had to run |
The problem with Ubuntu was that binary was build on version 22.04 and it cannot be run on version 20.04. Building on Ubuntu 20.04 allows to run binary on both versions. Thank you for your time. Closing it now |
Hello.
I tried to build binaries myself following all provided instructions, but when I run it on fresh machines (linux/windows) and try to create new mnemonic it shows various errors depending on a platform
Ubuntu
Windows
Your release binaries work good on the same machines.
I found this issue with release build instructions. I performed all steps except signatures generation with no luck.
What could be a problem?
The text was updated successfully, but these errors were encountered: