We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 159c0ff + 81529e7 commit c8acc9aCopy full SHA for c8acc9a
docs/usage.md
@@ -79,3 +79,8 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
79
80
0 2 * * * root flock -n ~/.mwscan.lock mwscan --newonly --quiet /data/web | ts | tee -a /var/log/mwscan.log | ifne mail -s "Malware found at $(hostname)" -a 'From: Malware Scanner <[email protected]>' $MAILTO
81
```
82
+## Troubleshooting
83
+## pkg_resources.DistributionNotFound: requests
84
+When you receive the error `pkg_resources.DistributionNotFound: requests` try to upgrade the `request` package as follows:
85
+
86
+ easy_install --upgrade requests
0 commit comments