Skip to content

Python Error When Doing “make build” #297

@guillaumesoucy94

Description

@guillaumesoucy94

Hello,

When trying to install the Mozilla Sync Server, I’ve got issues when doing “make build”.

It give me an error concerning Python2 which is depreciated. I’d install Python3.9 on my machine running Ubuntu Server 20.04 LTS but, still having the issue when trying to run “make build”.

This is what I’ve got:

make build

Install the latest Python 2 compatible setuptools manually:

#239

which python2 python2.7 python | head -n 1 -m virtualenv --python=which python2 python2.7 python | head -n 1 ./local --no-setuptools
/usr/bin/python2: No module named virtualenv
make: *** [Makefile:29: local/COMPLETE] Error 1

I do know some other peoples here who getting the same issues but, even after ready their posts, I’m still not able to find out the solution concerning my specific situation.

Thank-you in advance for the help.

Guillaume

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions