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
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.