You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/intelmqsetup", line 11, in <module>
load_entry_point('intelmq', 'console_scripts', 'intelmqsetup')()
File "/opt/intelmq/intelmq/bin/intelmqsetup.py", line 323, in main
print(f'Running setup for intelmq-api (version {intelmq_api.version}).')
AttributeError: module 'intelmq_api' has no attribute 'version'
The text was updated successfully, but these errors were encountered:
https://github.com/certtools/intelmq/blob/79cae294a74ab77f09b1f371a19f04ad65abab12/intelmq/bin/intelmqsetup.py#L323=
The variable
intelmq_api.version
does not exist.intelmqsetup
fails with this error:The text was updated successfully, but these errors were encountered: