-
Notifications
You must be signed in to change notification settings - Fork 174
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
Installing on Ubuntu 20.04 LTS not working #638
Comments
In the process of getting rid of py2/qt4 for py3/qt5. I can't really help you beyond that, both py2 and qt4 are EOL. |
Do you have a possible release day/month for the new version supporting |
I'd like to but it's always hard to give ETAs. At the moment the dev branch runs on py3 exclusively. I'm still going through all the regressions this change introduced. There's probably a month of that left. The migration to qt5 is supposedly pain free, so I'm keeping that for last. |
What Linux distribution is supported currently then? |
At the moment the Master branch is working, with Ubuntu 18 (lts) with The limiting factor is at the moment Python 2 and QT4 , all Linux distributions allowing you to run these two versions will work. |
It is. dev is py3 qt4 atm, will migrate to qt5 soon. The branch is still unstable though. |
I just migrated my bitcoin node to a new server and ran into this problem. I had to re-find the work around for Ubuntu 20.04 so I thought I would mention it here in case someone else needs it. sudo add-apt-repository ppa:rock-core/qt4 Notes: If, like me, you tried to install armory before realizing that you needed to do the above first and now you are stuck with the error "installed armory package post-removal script subprocess returned error exit status 127" when you try to remove armory then try the following. Credit goes to this post for the core of fixing this. |
Reopening the issue as per a user request. For info, I currently dev on arch, and there is no real target Linux distro for the next release as of yet. Build system is configured via autotools and builds with gcc. There is a cmake project that I need update. I don't know if this builds on clang atm. I believe it's more a matter of targeting a package manager than a distro, but for now, I'm confident anything arch or debian based could be supported at minimal cost. |
Installing on Ubuntu 20.04 misses some dependencies like pyqt4. Is there a way to install/run it anyway?
The text was updated successfully, but these errors were encountered: