google / corpuscrawler

Crawler for linguistic corpora
Other
190 stars 56 forks source link

No module named 'corpuscrawler' error #86

Open Aayush-hub opened 3 years ago

Aayush-hub commented 3 years ago

The script doesn't run with Python 3.

Shows error :

1234

For solving this I have tried changing this:

12345

to: checker.parse(robots_txt) as it is already decoded in Python 3 and it worked for me.

After this I am getting error:

123456

ModuleNotFoundError: No module named 'corpuscrawler'

Can anybody help solving this?

Aayush-hub commented 3 years ago

In extension to Issue #73

hugolpz commented 6 months ago

Resolution of this issue would allow Aayush to unlock #80 . cc @sffc @brawer