macOS下安装lxml的问题解决

安装Python包python-pptx需要用到lxml,而安装lxml报错:

fatal error: ‘libxml/xmlversion.h‘ file not found

解决方法:

xcode-select --install

安装完commandline tool for xcode后,在安装就不会出错了。

时间: 2024-10-10 02:25:56

macOS下安装lxml的问题解决的相关文章

ubuntu 下安装 lxml 失败

/tmp/pip-build-7HN4t8/lxml/src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory /bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-7HN4t8/lxml/setup.py';exec(compile(getattr(tokenize, 'op

macOS下安装ipython

macOS下sudo安装ipython,会提示限错误: [Errno 1] Operation not permitted: '/tmp/pip-Elrhse-uninstall/System/Library... 解决方法: pip install ipython --user -U 参考: http://chaishiwei.com/blog/994.html

Linux下安装VMTools的问题解决

情景:在VM下安装Linux RedHad9.RedHad6时会出现   Searching for GCC...          The path "" is not valid path to the gcc binary.  错误. 网上查阅大量资料未解决,最后 直到终端提示--参考这篇帖子解决:http://blog.csdn.net/little_virus/article/details/8851653 参考网上教程,安装时直至出现 <span style=&quo

MacOS下安装unicorn这个库失败

因为在Mac下安装pwntools,发现安装unicorn库的时候失败了,编译报错如下 make: *** [qemu/config-host.h-timestamp] Error 1 error: [Errno 2] No such file or directory: 'libunicorn.dylib' ---------------------------------------- 那怎么办呢,你能帮帮我吗? 手动安装方法如下: 1 安装unicorn > brew install un

在windows下安装lxml 报错error: Unable to find vcvarsall.bat

刚开始安装 ,我是使用命令pip install lxml直接进行安装,不过出错了 error: Unable to find vcvarsall.bat 解决方案: 1.首先安装wheel,pip install wheel 2.在这里下载对应的.whl文件, http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml 3.进入.whl所在的文件夹,执行命令即可完成安装:pip install 带后缀的完整文件名 我下载的是:lxml-4.2.1-cp34-

Linux下安装 TestLink常见问题解决方法

Read/write permissions For security reason we suggest that directories tagged with [S] on following messages, will be made UNREACHEABLE from browser Checking if C:\xampp\htdocs\testlink-1.9.5\gui\templates_c directory exists OK Checking if C:\xampp\h

MACOS下安装phpredis扩展

环境:OS X 10.9.5 +mac系统自带的Apache.PHP5.4.30 开始安装: curl -O https://nodeload.github.com/nicolasff/phpredis/zip/master tar -zxf master cd phpredis-master/ phpize ./configure --with-php-config=/usr/bin/php-config make sudo make install # 这时候会提示一个路径 # /usr/l

解决在macOS下安装homebrew出现port 443: Connection refused的情况

因为疫情的原因需要在家办公,然后就给家里的MBP各种装开发软件...在安装homebrew的时候出现了port 443: Connection refused,如下图 然后网上各种办法都试了下,什么装redis什么改hosts的都没用,正在郁闷,看到某篇博客下面一个评论: 用手机热点就可以??虽然看着非常不靠谱,但是我还是试了下... 居然..成功了... 完 原文地址:https://www.cnblogs.com/jzl123/p/12255087.html

macos下安装oh-my-zsh和zsh-autosuggestion

1:安装oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 2.安装好后,重新打开命令行,输入 git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions source ~/.zsh/zsh-autosugg