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

ModuleNotFoundError: No module named 'six' #4

Open
AVitg opened this issue Aug 10, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'six' #4

AVitg opened this issue Aug 10, 2022 · 1 comment

Comments

@AVitg
Copy link

AVitg commented Aug 10, 2022

Hi,
i am trying to get this pyhton code running on a RHEL 7.9.2009

./encore.sh foreground Traceback (most recent call last): File "./estreamer/preflight.py", line 33, in <module> import estreamer.crossprocesslogging File "/scripts/eNcore/fp-05-microsoft-sentinel-connector-main/estreamer/__init__.py", line 26, in <module> from estreamer.bookmark import Bookmark File "/scripts/eNcore/fp-05-microsoft-sentinel-connector-main/estreamer/bookmark.py", line 23, in <module> import estreamer.crossprocesslogging as logging File "/scripts/eNcore/fp-05-microsoft-sentinel-connector-main/estreamer/crossprocesslogging/__init__.py", line 85, in <module> from estreamer.crossprocesslogging.stdOutClient import StdOutClient File "/scripts/eNcore/fp-05-microsoft-sentinel-connector-main/estreamer/crossprocesslogging/stdOutClient.py", line 23, in <module> from estreamer.common import convert File "/scripts/eNcore/fp-05-microsoft-sentinel-connector-main/estreamer/common/__init__.py", line 19, in <module> from estreamer.common.flatdict import Flatdict File "/scripts/eNcore/fp-05-microsoft-sentinel-connector-main/estreamer/common/flatdict.py", line 2, in <module> import six ModuleNotFoundError: No module named 'six'

but i got this error,
yum search python| grep six python-six.noarch : Python 2 and 3 compatibility utilities

yum install python-six Package python-six-1.9.0-2.el7.noarch already installed and latest version Nothing to do

any suggestion is welcome.
Cheers
A

@cyberpope
Copy link

You need to install python3-six as the connector uses python3 not python2, we had similar issue

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