Hello Sir,
I am new to Scrapy and I am trying to install it in Ubuntu linux. I have 
installed all dependencies. Here are the commands I have used:

sudo apt-get install python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev 
libffi-dev libssl-dev
 
also I have pip version 9.0.0 and cryptography and lxml installed.
Now when I try to run "pip install scrapy" to install scrapy whether inside or 
outside the virtual env, 
I get the following :
 
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after 
connection broken by 
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
 object at 0x7f92c3c06320>: Failed to establish a new connection: [Errno -2] 
Name or service not known',)': /simple/scrapy/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after 
connection broken by 
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
 object at 0x7f92c3c065f8>: Failed to establish a new connection: [Errno -2] 
Name or service not known',)': /simple/scrapy/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after 
connection broken by 
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
 object at 0x7f92c3c064a8>: Failed to establish a new connection: [Errno -2] 
Name or service not known',)': /simple/scrapy/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after 
connection broken by 
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
 object at 0x7f92c3c06208>: Failed to establish a new connection: [Errno -2] 
Name or service not known',)': /simple/scrapy/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after 
connection broken by 
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
 object at 0x7f92c3c06668>: Failed to establish a new connection: [Errno -2] 
Name or service not known',)': /simple/scrapy/
  Could not find a version that satisfies the requirement scrapy (from 
versions: )
No matching distribution found for scrapy

What should I do? Please help.

Regards
Kriti Rohilla

  

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scrapy-users+unsubscr...@googlegroups.com.
To post to this group, send email to scrapy-users@googlegroups.com.
Visit this group at https://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to