python headers are required to build mercurial error while installing

python headers are required to build mercurial error while installing

OK, I have been biking mercurial for a while and wanted to upgrade to the latest version
In the process of that, I got the error python headers are required to build mercurial
Here is the fix.
Just add

sudo apt-get install build-essential gcc python-dev

which it was missing.

For re-installation follow the steps listed on https://help.ubuntu.com/community/Mercurial

See how you would solve these known algorithm problems

binary tree problems with solution

Find longest palindrom from sequence of characters

Check if there are three numbers a, b, c giving a total T from array A

Java solution for checking anagram strings – tell if phrases are anagrams

Flatten nested javascript array

testing k complementary pairs algorithm with junit

Find K Complementary numbers from array Java implementation

Get maximum occurring character

Implement Queue Using two Stacks – JavaScript algorithm

Implementing tokenizer and adding tokens to the linked list

4 Comments
  1. Kobe Subramaniam

    thanks for relieving me.

    1. gullele

      I am glad you are relieved :)

  2. ajing

    Thanks mate.

  3. Cristina

    Thank you. This worked just fine :).

Leave a Reply to gullele Cancel reply

Your email address will not be published. Required fields are marked *

*
*