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

Python Error When Doing “make build” #297

Open
guillaumesoucy94 opened this issue Mar 21, 2022 · 2 comments
Open

Python Error When Doing “make build” #297

guillaumesoucy94 opened this issue Mar 21, 2022 · 2 comments

Comments

@guillaumesoucy94
Copy link

guillaumesoucy94 commented Mar 21, 2022

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

@mariusft
Copy link

mariusft commented Apr 6, 2022

you'll need to install virtualenv, you can use python pip to install it: pip install virtualenv

@guillaumesoucy94
Copy link
Author

Ok will try to do so.

Thank-you,

Guillaume

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