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

Unable to Install #63

Open
gauhar013 opened this issue Nov 17, 2024 · 3 comments
Open

Unable to Install #63

gauhar013 opened this issue Nov 17, 2024 · 3 comments

Comments

@gauhar013
Copy link

File "/home/muezza013/Cyberonix/cyberonix.py", line 5, in
from main import *
^^^^^^^^^^^^^^^^^^
File "/home/muezza013/Cyberonix/main/arguments.py", line 6, in
from ipwhois import IPWhois
ModuleNotFoundError: No module named 'ipwhois'

I am Getting this Error, Please tell me the solution to fix it.

@b14ckky
Copy link
Collaborator

b14ckky commented Nov 17, 2024

Just install that package by using these commands: pip install ipwhois or pip3 install ipwhois

@Raymond-Reddingtonjr
Copy link

Im having the same issue but with selenium. I have it installed its inside a virtual environment

[+] Checking For Updates....
[+] It Is Updated
Traceback (most recent call last):
File "/home/kali/OSINT_Tools/Cyberonix/Cyberonix/cyberonix.py", line 5, in
from main import *
^^^^^^^^^^^^^^^^^^
File "/home/kali/OSINT_Tools/Cyberonix/Cyberonix/main/arguments.py", line 5, in
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'
Traceback (most recent call last):
File "/home/kali/OSINT_Tools/Cyberonix/Cyberonix/cyberonix.py", line 5, in
from main import *
^^^^^^^^^^^^^^^^^^
File "/home/kali/OSINT_Tools/Cyberonix/Cyberonix/main/arguments.py", line 5, in
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'

Does anyone or has anyone heard of a solution?

@Karanmaurya003
Copy link

   ██████ ██    ██ ██████  ███████ ██████   ██████  ███    ██ ██ ██   ██ 
    ██       ██  ██  ██   ██ ██      ██   ██ ██    ██ ████   ██ ██  ██ ██  
    ██        ████   ██████  █████   ██████  ██    ██ ██ ██  ██ ██   ███   
    ██         ██    ██   ██ ██      ██   ██ ██    ██ ██  ██ ██ ██  ██ ██  
    ██████    ██    ██████  ███████ ██   ██  ██████  ██   ████ ██ ██   ██ 
                                                                        v3.0
                By Team Defronix

    
            A Complete Resource Hub For Cyber Security Community

                            Setup Completed

Traceback (most recent call last):
File "/home/karan/Desktop/Cyberonix/cyberonix.py", line 5, in
from main import *
^^^^^^^^^^^^^^^^^^
File "/home/karan/Desktop/Cyberonix/main/arguments.py", line 5, in
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'
hey tried everyway possible in mind and i have also installed the selenium still it is reflecting this error repeatedly i think this is problem with the tool itself please fix it as soon as possible

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

4 participants