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

[Doc] Fix documentation for installing on Ubuntu 16.04 LTS #4321

Merged
merged 2 commits into from Feb 1, 2018

Conversation

raffas
Copy link
Contributor

@raffas raffas commented Jan 31, 2018

Ubuntu 16.04 LTS ships with python 2.7 and python 3.5, with 2.7 installed by default.

If you create the virtualenv with python3.5, the build of cryptography module fails due to missing python 3.5 develpement library.

Documentation make clear that you have to install python3.5-dev also.

Ubuntu 16.04 by default install python2.7 alongside with python 3.5 and set python2.7 as default. If you have created a virtualenv with python3.5 compilation fails due to wrong python-dev library installed. 

If you install ``python3.5-dev`` the build for the wheel package of  ``cryptography`` run fine.
@mistercrunch mistercrunch merged commit 75a2b4f into apache:master Feb 1, 2018
@@ -53,6 +53,12 @@ the required dependencies are installed: ::

sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev

**Ubuntu 16.04** If you have python3.5 installed alongside with python2.7, as is default on **Ubuntu 16.04 LTS**, run this command also
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not also though, you install with one version of python not both 2 and 3 :)

michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
Ubuntu 16.04 by default install python2.7 alongside with python 3.5 and set python2.7 as default. If you have created a virtualenv with python3.5 compilation fails due to wrong python-dev library installed. 

If you install ``python3.5-dev`` the build for the wheel package of  ``cryptography`` run fine.
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
Ubuntu 16.04 by default install python2.7 alongside with python 3.5 and set python2.7 as default. If you have created a virtualenv with python3.5 compilation fails due to wrong python-dev library installed. 

If you install ``python3.5-dev`` the build for the wheel package of  ``cryptography`` run fine.
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants