homebrew安装pymol报错:
== Installing pymol from brewsci/bio
== Installing dependencies for brewsci/bio/pymol: mesa, freeglut, glew, glm, libxml2, isl, mpfr, libmpc, zstd, gcc, szip, hdf5, netcdf, openblas, numpy, qt@5, pyqt@5 and sip
== Installing brewsci/bio/pymol dependency: mesa
== Pouring mesa-21.2.1_1.big_sur.bottle.tar.gz
Error: No such file or directory @ rb_sysopen - /Users/apple/Library/Caches/Homebrew/downloads/f00ead900b6a862154db3ee76c06f85e3c6302183130209237577a06441b8be7--mesa-21.2.1_1.big_sur.bottle.tar.gz
怎么解决
你可以试下github上的一个解决方法:
export HOMEBREW_TEMP=/tmp
brew update
参考一下:
如有用请点采纳。