(0)| 7/29/2018 10:49 PM | |
|
Posts: 10 Rating:
|
Hello everyone! I am trying to install supervisord on my Siemens IOT and am running into python module import errors. The error is Traceback (most recent call last): File "/usr/bin/supervisord", line 9, in <module> load_entry_point('supervisor==3.3.4', 'console_scripts', 'supervisord')() File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 549, in load_entry_point File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2709, in load_entry_point File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2369, in load File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2375, in resolve File "/usr/lib/python2.7/site-packages/supervisor-3.3.4-py2.7.egg/supervisor/supervisord.py", line 41, in <module> from supervisor.options import ServerOptions File "/usr/lib/python2.7/site-packages/supervisor-3.3.4-py2.7.egg/supervisor/options.py", line 12, in <module> import grp ImportError: No module named grp How do I install the necessary modules to satisfy the supervisor dependencies? I have added the supervisord.conf file for reference. It states all the module dependencies needed to run supervisor. Thank you! Attachmentsupervisord.txt (199 Downloads) |
| 2/15/2019 11:59 AM | |
|
Joined: 4/28/2015 Last visit: 4/24/2025 Posts: 3345 Rating:
|
I have now installed pip on example image V2.2.0 (how is describes here in the third post). Then I installed supervisord with pip install supervisor: After calling /usr/local/bin/supervisord I got:
So soemthing about a configuration error. Seems like there is no grp missing.. Best regards! |
|
Not working for IOT2050 support anymore from March 1st, 2024. |
|
Follow us on