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:
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.
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:
https://github.com/mozilla-services/syncserver/issues/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 1I 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