Server building error (no module named 'vagrant')

Hello everyone,

I am following this guide: https://f-droid.org/en/docs/Submitting_to_F-Droid_Quick_Start_Guide/ but when I execute ./makebuildserver I get this error:

Traceback (most recent call last):
  File "./makebuildserver", line 10, in <module>
    import vagrant
ModuleNotFoundError: No module named 'vagrant'

I have installed vagrant, python-vagrant… and all this guide indicate. I am in a Debian 4.9.130-2.

From there I do not know what to do.

Regards.

Make sure you installed the Python3 version of Vagrant module, not Python2.

2 Likes

Ooopppss, yes I installed vagrant for python2 instance of for python3… Thank you.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.