I am installing packages like I normally do with Spyder inside the Ipython Console using the !pip, however in the last day I am getting this message:
 !pip install Scrapy
Collecting Scrapy
  Could not fetch URL https://pypi.python.org/simple/scrapy/: 
  There was a problem confirming the ssl certificate: [SSL: 
  CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - 
  skipping
  Could not find a version that satisfies the requirement Scrapy (from 
 versions: )
  No matching distribution found for Scrapy
