cansleep icon indicating copy to clipboard operation
cansleep copied to clipboard

ModuleNotFoundError: No module named 'hikvisionapi

Open theduc219 opened this issue 2 years ago • 4 comments

ModuleNotFoundError: No module named 'hikvisionapi

theduc219 avatar Feb 03 '24 06:02 theduc219

pip install hikvisionapi

seisdr avatar Feb 03 '24 06:02 seisdr

pip3 install -r requirements.txt

before use programm install all requirements

Kittyskj avatar Feb 03 '24 10:02 Kittyskj

Already installed but still error message

theduc219 avatar Feb 05 '24 02:02 theduc219

Requirement already satisfied: h11<0.15,>=0.13 in /home/kbb/.local/lib/python3.10/site-packages (from httpcore<0.18.0,>=0.15.0->httpx->hikvisionapi) (0.14.0) Requirement already satisfied: anyio<5.0,>=3.0 in /home/kbb/.local/lib/python3.10/site-packages (from httpcore<0.18.0,>=0.15.0->httpx->hikvisionapi) (3.7.0) Requirement already satisfied: exceptiongroup in /home/kbb/.local/lib/python3.10/site-packages (from anyio<5.0,>=3.0->httpcore<0.18.0,>=0.15.0->httpx->hikvisionapi) (1.1.1) kbb@kbb-HP-Notebook:~/cansleep$ sudo python3 cansleep.py -h Traceback (most recent call last): File "/home/kbb/cansleep/cansleep.py", line 6, in from tools.brute import rtsp_bruter, dahua_bruter, hikka_bruter File "/home/kbb/cansleep/tools/brute.py", line 3, in from connectors.hikvision import HikClient File "/home/kbb/cansleep/connectors/hikvision.py", line 1, in from hikvisionapi import Client ModuleNotFoundError: No module named 'hikvisionapi'

theduc219 avatar Feb 05 '24 03:02 theduc219