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

Error: No module named pyipv8.ipv8.keyvault.private.libnaclkey #3700

Closed
2 tasks done
FFY00 opened this issue Jun 29, 2018 · 2 comments
Closed
2 tasks done

Error: No module named pyipv8.ipv8.keyvault.private.libnaclkey #3700

FFY00 opened this issue Jun 29, 2018 · 2 comments

Comments

@FFY00
Copy link

FFY00 commented Jun 29, 2018

I am trying to package Tribler for Arch Linux but I keep running into this issue.

Please, fill all relevant items:

  • I have read CONTRIBUTING.rst

  • I have tried with the latest pre-release version and I still can reproduce the issue.

Tribler version/branch+revision:
  • Brach: next
  • Version (release.revision.commit): 7.1.0.exp3.r2.9fc4ae18b
Operating system and version:

Arch Linux, up-to-date as of 29 Jun 2018 3pm.

Steps to reproduce the behavior:

Open tribler.

Expected behavior:

No error.

Actual behavior:

I get the error below. I already tried to manually install py-ipv8 but the error persists.

Relevant log file output:
Traceback (most recent call last):
  File "run_tribler.py", line 63, in <module>
    start_tribler_core(base_path, api_port)
  File "run_tribler.py", line 22, in start_tribler_core
    from Tribler.Core.Session import Session
  File "/home/anubis/git/tribler/Tribler/Core/Session.py", line 18, in <module>
    import Tribler.Core.permid as permid_module
  File "/home/anubis/git/tribler/Tribler/Core/permid.py", line 10, in <module>
    from Tribler.pyipv8.ipv8.keyvault.private.libnaclkey import LibNaCLSK
ImportError: No module named pyipv8.ipv8.keyvault.private.libnaclkey
@qstokkink
Copy link
Contributor

Did you checkout from git? (If so, did you clone recursively?)

@FFY00
Copy link
Author

FFY00 commented Jun 29, 2018

Hum, that's probably the problem. Submodules are not included in the release tarballs. And when I cloned the repository I forgot about the submodules. I am gonna close this, if for some strange reason this wasn't the issue, I will re-open. Thanks 😄.

@FFY00 FFY00 closed this as completed Jun 29, 2018
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