Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spider urllib3 trasport requires pycurl #237

Closed
MaximKiselev opened this issue Feb 21, 2017 · 0 comments
Closed

Spider urllib3 trasport requires pycurl #237

MaximKiselev opened this issue Feb 21, 2017 · 0 comments
Labels

Comments

@MaximKiselev
Copy link

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?

  1. uninstall pycurl

from grab.spider import Spider, Task

@lorien lorien added the bug label Feb 22, 2017
@lorien lorien closed this as completed in 944178a Feb 22, 2017
lorien added a commit that referenced this issue Feb 22, 2017
Fix #237: urllib3 transport fails without pycurl installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants