asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
665 stars 58 forks source link

Python2.7 install fails on Antergos(Arch Linux) #42

Closed Mizuho32 closed 6 years ago

Mizuho32 commented 6 years ago

Because of problems below, build fall into error.

Maybe this is difficult to solve now so, I write a current solution. I hope this post will help you faced similar problems.

sudo pacman -S gcc7
export CC=/usr/bin/gcc-7          
export CXX=/usr/bin/g++-7         
export CFLAGS=-I/usr/include/tirpc
asdf install python 2.7.13
danhper commented 6 years ago

Hi, sorry for the delay and thanks for sharing. The actual build is handled by python-build so hopefully it will be fixed upstream.