Skip to main content
added 175 characters in body
Source Link
FreshPow
  • 7.3k
  • 1
  • 17
  • 17

On Ubuntu, I was running Python 3 and I had to install

sudo apt-get install python3-dev 

If you want to use a version of Python that is not linked to python3, install the associated python3.x-dev package. For example:

sudo apt-get install python3.5-dev 

On Ubuntu, I was running Python 3 and I had to install

sudo apt-get install python3-dev 

On Ubuntu, I was running Python 3 and I had to install

sudo apt-get install python3-dev 

If you want to use a version of Python that is not linked to python3, install the associated python3.x-dev package. For example:

sudo apt-get install python3.5-dev 
The minor version number is unnecessary
Source Link
John Mee
  • 52.6k
  • 39
  • 158
  • 196

On Ubuntu, I was running Python 3.3 and I had to install

sudo apt-get install python3.3-dev 

On Ubuntu, I was running Python 3.3 and I had to install

sudo apt-get install python3.3-dev 

On Ubuntu, I was running Python 3 and I had to install

sudo apt-get install python3-dev 
Source Link
FreshPow
  • 7.3k
  • 1
  • 17
  • 17

On Ubuntu, I was running Python 3.3 and I had to install

sudo apt-get install python3.3-dev