chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
630 stars 107 forks source link

ImportError: cannot import name 'extract_email' from 'helpers' #95

Open UtpalDas6 opened 3 years ago

UtpalDas6 commented 3 years ago

ImportError: cannot import name 'extract_email' from 'helpers'

miketyj commented 3 years ago

Has anyone solve this?

shaklev commented 3 years ago

You probably messed up the installation ( i did the same mistake ). Instead of pip install insta-scrape i did pip install instascrape. After uninstalling the instascrape package and installing the correct one insta-scrape the error dissapeared.