简体   繁体   中英

Python LXML installation issues

I can't seem to install the lxml package for Python. I'm on a Mac osx 10.14

I tried:

sudo apt-get install python3-lxml
sudo port install py27-lxml
and pip install lxml

and they all output:

apt-get:command not found, port: command not found, pip:command not found .

What am I doing wrong? I installed Python 3.7

What is pip --version giving you? Try pip3 instead of pip

Such as:

pip3 install lxml

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM