pip error: unrecognized command line option ‘-fstack-protector-strong’

后端 未结 3 827
挽巷
挽巷 2020-12-18 21:46

When I sudo pip install pyquery, sudo pip install lxml, and sudo pip install cython, I get very similar output with the same error tha

3条回答
  •  不知归路
    2020-12-18 22:49

    One possible solution would be to use GCC 4.9 or higher, which does support the -fstack-protector-strong flag.

提交回复
热议问题