python下载python安装包 https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame 下载完后进入cmd命令行执行安装,报错: pygame-1.9.4-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.Storing debug log for failure in C:\Users\yinrongwei\pip\pip.log 解决办法:在python的sh…
具体报错信息: lto1: fatal error: bytecode stream generated with LTO version 6.0 instead of the expected 4.1 compilation terminated. lto-wrapper: fatal error: gcc returned 1 exit status compilation terminated. /home/liuzhen/anaconda3/compiler_compat/ld: err…
ERROR: Could not find a valid gem 'sass' (>= 0), here is why: Unable to download data from http://rubygems.org/ - Errno::EACCES: Per mission denied - connect(2) (http://rubygems.org/latest_specs.4.8.gz) This is work for me. Try this... gem source -a …