我正在尝试使用命令easy_install Scrapy
在cygwin 2.7上运行Scrapy但是我发出警告,然后发出gcc错误:
warning: no files found matching '*.txt' under directory 'src/lxml/tests'
unable to execute gcc: No such file or directory
error: Setup script exited with error: command 'gcc' failed with exit status 1`
有一些相关问题here和here,但两者似乎都解决了我目前遇到的问题。
有什么想法吗?
答案 0 :(得分:8)
在我的Cygwin版本中找不到任何gcc
包:
$ apt-cyg install gcc
Installing gcc
Unable to locate package gcc
但是安装gcc-g++
包可以解决问题:
$ apt-cyg install gcc-g++
答案 1 :(得分:1)
您需要使用cygwin setup.exe或apt-cyg
安装gcc软件包apt-cyg install gcc
# Create a symlink to be able to run gcc
ln -s /usr/bin//i686-pc-cygwin-gcc-3.exe /usr/bin/gcc