We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Got the following error on Tribler(devel) installation in Debian machine.
Traceback (most recent call last): File "run_tribler.py", line 14, in <module> from TriblerGUI.tribler_window import TriblerWindow File "/usr/share/tribler/TriblerGUI/tribler_window.py", line 18, in <module> from TriblerGUI.core_manager import CoreManager File "/usr/share/tribler/TriblerGUI/core_manager.py", line 10, in <module> from Tribler.community.market.wallet.btc_wallet import BitcoinWallet File "/usr/share/tribler/Tribler/community/market/wallet/btc_wallet.py", line 16, in <module> imp.load_module('electrum', *imp.find_module('lib')) ImportError: No module named lib
The text was updated successfully, but these errors were encountered:
* devel contains the 7.1 release
devel
Sorry, something went wrong.
@xoriole please verify that the electrum submodule has been installed:
git submodule init git submodule update
Then it should work.
I just tried installing the latest build of tribler devel (from https://jenkins.tribler.org/job/Build-Tribler_Ubuntu-64_devel/819/) and got a similar error where the GUI basically stated "No module named lib" so this issue still appears to be present.
devos50
Successfully merging a pull request may close this issue.
Got the following error on Tribler(devel) installation in Debian machine.
The text was updated successfully, but these errors were encountered: