pip install dryscrape fails with “error: [Errno 2] No such file or directory: 'src/webkit_server'”?

前端 未结 4 439
遇见更好的自我
遇见更好的自我 2021-02-05 09:27

I need to install dryscrape for python but I got error, what\'s the problem?

C:\\Users\\parvij\\Anaconda3\\Scripts>pip install dryscrape

I g

4条回答
  •  说谎
    说谎 (楼主)
    2021-02-05 10:16

    From the doc, you have to installed also requirements. You can do this as follow

    pip install -r requirements.txt
    

    After this retry to install dryscrape.

提交回复
热议问题