-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'imp' #72
Comments
@harivenu Use:
|
or |
The python 3.3 docker image will not work as the certificates have expired and the underlying OS is debian jessy which does not get updates. Just use |
Tried with docker
docker run --rm droope/droopescan scan drupal -u https://www.harivenu.com
Getting this deprecation error.
/usr/local/bin/droopescan:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').require('droopescan==1.45.1')
Traceback (most recent call last):
File "/usr/local/bin/droopescan", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/app/droopescan", line 3, in
from dscan import droopescan
File "/app/dscan/droopescan.py", line 4, in
from cement.core import backend, foundation, controller, handler
File "/usr/local/lib/python3.12/site-packages/cement/core/foundation.py", line 8, in
from ..core import output, extension, arg, controller, meta, cache, mail
File "/usr/local/lib/python3.12/site-packages/cement/core/extension.py", line 8, in
from imp import reload # pragma: no cover
^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'imp'
-OS & installation method : Ubuntu and Docker installation
The text was updated successfully, but these errors were encountered: