-
Notifications
You must be signed in to change notification settings - Fork 122
ImportError: No module named 'cortexutils' #11
Comments
Does |
Same problem: |
@mathurin68 @ainich Can you provide more details about your environment? Like OS, Python2 and 3 installed, output when running the module installation via pip? |
I guess I kind of moved on from it.... there seems to be about 83 analyzers in there now so if one doesn't work, just move on and hopefully it gets fixed in the next upgrade |
But in order to fix something we need to know what's going wrong there. You don't have the necessary python dependencies installed. There are multiple reasons why that can happen:
This is everything I can think of at the moment. |
No updates for this issue, closing it. |
Changing "#!/usr/bin/env python3" to "#!/usr/bin/env python" in analysers' python script helped me. |
@Chromares To elaborate, if you have more than one version of Python 3 on your system, the pip Python path may be different than the default path for "python3". Using "alternatives" to set the default Python means that you can remove the explicit reference to "python3" and use "python" instead. |
New install keep getting this error -
I've rerun ' pip install -r requirements.txt' in the analyzers folder.
I've gotten this on a couple analyzers now, but this doesn't happen on all of them. Out of about 5 I'm testing right now the main ones that are giving this error are Onyphe and Censys.
Here's a snapshot of permissions -
![image](https://user-images.githubusercontent.com/5932961/38586559-36ff11c8-3cec-11e8-9172-8f6a03b31094.png)
Thanks and holy cow this looks promising!
The text was updated successfully, but these errors were encountered: