@vlntdds Could you modify your CentOS guide to make it work for ubuntu?
Sure, will do a from-scratch setup guide today!
@vlntdds Awesome!
Will keep this open to do a complete guide to Windows.
@sugionodjojo
On Linux or OS X:
pip install -U pip setuptools
On Windows:
python -m pip install -U pip setuptools
Seems like you messed your python installation on this machine.
pip install --upgrade setuptools
pip install --upgrade distribute
apt-get install --reinstall python-pkg-resources
wget https://bootstrap.pypa.io/ez_setup.py -O - | python
You definitely have a messed python installation and dependencies on this machine.
Are you SURE that you have python3-pip python3-dev build-essential installed?
Are you SURE that they are not reffs for any virtualenv?
Are you SURE that you upgraded pip before running pip install .?
@sugionodjojo This really is the wrong location to post this...
What language are you using?
@sugionodjojo
you can simply "force" it to use 3.5 by typing:
python3.5 quickstart.py
@sugionodjojo This really is the wrong location to post this [2].
The Ubuntu guide already have the locale settings, all properly tested in AWS and DO.
Done by 7d0619f