regel/loudml

Unable to start the loudml on rhel7

vbnbharath opened this issue · 0 comments

When trying to run the loudml on the rhel 7, I am running into these errors. Loudml version 1.6.0, Python 3.6.8

 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 568, in _build_master
 ws.require(__requires__)
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 886, in require
 needed = self.resolve(parse_requirements(requirements))
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 777, in resolve
 raise VersionConflict(dist, req).with_context(dependent_req)
 pkg_resources.ContextualVersionConflict: (docutils 0.16 (/opt/venvs/loudml/lib/python3.6/site-packages), Requirement.parse('docutils<0..16,>=0.10'), {'botocore'})
 During handling of the above exception, another exception occurred:
 Traceback (most recent call last):
 File "/usr/bin/loudmld", line 6, in <module>
 from pkg_resources import load_entry_point
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3242, in <module>
 @_call_aside
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside
 f(*args, **kwargs)
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set

Any pointers/next steps on how to resolve this?