corpuscrawler icon indicating copy to clipboard operation
corpuscrawler copied to clipboard

No module named 'corpuscrawler' error

Open Aayush-hub opened this issue 4 years ago • 2 comments

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

  • By running main.py in am getting error:

ModuleNotFoundError: No module named 'corpuscrawler'

Can anybody help solving this?

Aayush-hub avatar Mar 21 '21 07:03 Aayush-hub

In extension to Issue #73

Aayush-hub avatar Mar 21 '21 07:03 Aayush-hub

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

hugolpz avatar Feb 15 '24 14:02 hugolpz