You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "*", line 2, in <module>
from grab.spider import Spider, Task
File "*\py36\lib\site-packages\grab\spider\__init__.py", line 1, in <module>
from grab.spider.base import Spider # noqa
File "*\py36\lib\site-packages\grab\spider\base.py", line 22, in <module>
from grab.spider.transport.multicurl import MulticurlTransport
File "*\py36\lib\site-packages\grab\spider\transport\multicurl.py", line 1, in <module>
import pycurl
ModuleNotFoundError: No module named 'pycurl'
How to reproduce?
uninstall pycurl
from grab.spider import Spider, Task
The text was updated successfully, but these errors were encountered:
How to reproduce?
The text was updated successfully, but these errors were encountered: