Open Aayush-hub opened 3 years ago
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.
checker.parse(robots_txt)
After this I am getting error:
main.py
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
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:
main.py
in am getting error:ModuleNotFoundError: No module named 'corpuscrawler'
Can anybody help solving this?