macos
pip3 install scrapy
安装过程中存在问题
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
Perhaps try: xcode-select --install
执行了xcode-select --install 也是不行的
brew install libxml2才行
macos
pip3 install scrapy
安装过程中存在问题
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
Perhaps try: xcode-select --install
执行了xcode-select --install 也是不行的
brew install libxml2才行