Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
c01d14d4
Commit
c01d14d4
authored
Sep 19, 2022
by
Andrey Vertiprahov
Browse files
Add esmre check.
parent
722fae52
Pipeline
#37606
failed with stages
in 16 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/classifier/xrulelookup.py
View file @
c01d14d4
...
...
@@ -14,7 +14,10 @@ import sre_parse
# Third-party modules
# Manually setup esmre==1.0.0
import
esmre
as
esm
try
:
import
esmre
as
esm
except
ImportError
:
raise
NotImplementedError
(
"XRuleLookup needed ESMRE library for worked. Please, install it from pip"
)
import
bitarray
# NOC modules
...
...
Dmitry Volodin
@dv
mentioned in commit
81ce49dd
·
Sep 20, 2022
mentioned in commit
81ce49dd
mentioned in commit 81ce49dd9a2f6a71fe84a8e84cb991c150c9bf31
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!6674 (merged)
·
Sep 20, 2022
mentioned in merge request
!6674 (merged)
mentioned in merge request !6674
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment