corpuscrawler
corpuscrawler copied to clipboard
No module named 'corpuscrawler' error
The script doesn't run with Python 3.
Shows error :
For solving this I have tried changing this:
to: checker.parse(robots_txt) as it is already decoded in Python 3 and it worked for me.
After this I am getting error:
- By running
main.pyin am getting error:
ModuleNotFoundError: No module named 'corpuscrawler'
Can anybody help solving this?
In extension to Issue #73
Resolution of this issue would allow Aayush to unlock #80 . cc @sffc @brawer