Open shanow7 opened 3 months ago
Hello,
The module loguru
is not installed on your laptop. You should install it with other required libraries using pip
. Below are the instructions to set up the environment and install the necessary libraries (you can go directly to step 3) :
python3 -m venv env
source env/bin/activate
.\env\Scripts\activate
pip install -r requirements.txt
python3 main.py --ui
For more detailed information, please refer to the Skirnir Installation Guide.
python3 main.py --ui [ 5:08AM 1 ⨯ ]
Traceback (most recent call last):
File "/root/Desktop/OSINT/Skirnir/main.py", line 1, in
:(
Can you try to execute the program this way : .\env\Scripts\python.exe main.py --ui
if you use a env
python3 .\env\Scripts\python.exe main.py --ui
python3: can't open file '/root/Desktop/OSINT/Skirnir/.envScriptspython.exe': [Errno 2] No such file or directory
Please remove “python 3” before “.\NScripts\Npython.exe main.py --ui”. “.\NScripts\Npython.exe” replaces the ‘python3’ command.
python main.py --ui [ 3:07PM 1 ⨯ ]
Traceback (most recent call last): File "/root/Desktop/OSINT/Skirnir/main.py", line 1, in
from src.ui import MainWindow
File "/root/Desktop/OSINT/Skirnir/src/ui/MainWindow.py", line 6, in
from loguru import logger
ModuleNotFoundError: No module named 'loguru'
can you help?