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

ImportError: No module named requests_ntlm #38

Closed
ThomasRafiki opened this issue Sep 3, 2016 · 3 comments
Closed

ImportError: No module named requests_ntlm #38

ThomasRafiki opened this issue Sep 3, 2016 · 3 comments

Comments

@ThomasRafiki
Copy link

@jayzeng Thanks for ur effort. I have done exactly what u instructed. installed ScrapyElasticSearch 0.8.3.
But now i get this error:
.....
File "C:\Miniconda2\lib\site-packages\scrapy\utils\misc.py", line 44, in load_
object
mod = import_module(module)
File "C:\Miniconda2\lib\importlib__init__.py", line 37, in import_module
import(name)
File "C:\Miniconda2\lib\site-packages\scrapyelasticsearch\scrapyelasticsearch.
py", line 21, in
from .transportNTLM import TransportNTLM
File "C:\Miniconda2\lib\site-packages\scrapyelasticsearch\transportNTLM.py", l
ine 7, in
from requests_ntlm import HttpNtlmAuth
ImportError: No module named requests_ntlm

@syky27
Copy link

syky27 commented Nov 5, 2016

Having same problem

@jayzeng
Copy link
Owner

jayzeng commented Nov 5, 2016

I am going to make this requirement optional, @syky27 please follow this issue #44 for updates

@jayzeng
Copy link
Owner

jayzeng commented Nov 5, 2016

@syky27 pushed some changes that should address this issue, can you give it another shot by downloading the latest build from pypi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants