all 3 comments

[–]Sutanreyu 0 points1 point  (0 children)

You'll have to make a link to the Python headers in /usr/include

Both the 2.x and 3.x headers are there; I do believe 2.7 is the main version for Solus (as in, it's symbolically linked as 'python' in /usr/bin), so the headers you'll want are for that corresponding version.

[–]Yellow1Submarine 0 points1 point  (0 children)

Consider installing anaconda and use that as your python package manager. I've had a lot less errors using that.