dryscrape

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

时光怂恿深爱的人放手 提交于 2020-04-08 01:41:38
问题 I need to install dryscrape for python but I got error, what's the problem? C:\Users\parvij\Anaconda3\Scripts>pip install dryscrape I got this: Collecting dryscrape Collecting webkit-server>=1.0 (from dryscrape) Using cached webkit-server-1.0.tar.gz Collecting xvfbwrapper (from dryscrape) Requirement already satisfied (use --upgrade to upgrade): lxml in c:\users\parvij\anaconda3\lib\site-packages (from dryscrape) Building wheels for collected packages: webkit-server Running setup.py bdist

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

谁说我不能喝 提交于 2020-04-08 01:37:29
问题 I need to install dryscrape for python but I got error, what's the problem? C:\Users\parvij\Anaconda3\Scripts>pip install dryscrape I got this: Collecting dryscrape Collecting webkit-server>=1.0 (from dryscrape) Using cached webkit-server-1.0.tar.gz Collecting xvfbwrapper (from dryscrape) Requirement already satisfied (use --upgrade to upgrade): lxml in c:\users\parvij\anaconda3\lib\site-packages (from dryscrape) Building wheels for collected packages: webkit-server Running setup.py bdist

dryscrape: “No route found for…”

假装没事ソ 提交于 2019-12-11 06:06:06
问题 Context : I am trying to code my own money aggregator because most of available tools on the market does not cover all financial websites yet. I am using python 2.7.9 on a raspberrypi. I managed to connect to 2 of my accounts so far (one crow-lending website and one for my pension) thanks to requests library. The third website I am trying to aggregate is giving me hard time since 2 weeks now and its name is https://www.amundi-ee.com. I figured out that the website is actually using JavaScript