python /usr/bin/ld: cannot find -lz
Running setup.py install for lxml
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
pip install lxml
Nguồn:https://ftlinuxcourse.com/
Xem Thêm Bài Viết Khác:https://ftlinuxcourse.com/lap-trinh-linux
Comments
Thanks
sudo apt-get install libz-dev
THANKS @!