No module named 'corpuscrawler' error
- Dominant language
- Python
- Stars
- 218
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
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.py` in am getting error:
`ModuleNotFoundError: No module named 'corpuscrawler'`
Can anybody help solving this?
Contributor guide
Assessment
This issue has not been assessed yet.