Skip to content
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

NameError: name 'Integer' is not defined #13

Open
l29ah opened this issue Nov 1, 2018 · 1 comment
Open

NameError: name 'Integer' is not defined #13

l29ah opened this issue Nov 1, 2018 · 1 comment

Comments

@l29ah
Copy link

l29ah commented Nov 1, 2018

# dockerscan
Traceback (most recent call last):
  File "/usr/local/bin/dockerscan", line 7, in <module>
    from dockerscan.actions.cli import cli
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/__init__.py", line 1, in <module>
    from .core import *
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/core/__init__.py", line 1, in <module>
    from .model import *
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/core/model.py", line 6, in <module>
    class SharedConfig(Model):
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/core/model.py", line 7, in SharedConfig
    verbosity = Integer(default=0)
NameError: name 'Integer' is not defined
@chayuto
Copy link

chayuto commented Aug 20, 2024

have same issue too.

this is defined in booby lib. somehow it's not loaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants