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 'hikvisionapi #3

Open
theduc219 opened this issue Feb 3, 2024 · 4 comments
Open

ModuleNotFoundError: No module named 'hikvisionapi #3

theduc219 opened this issue Feb 3, 2024 · 4 comments

Comments

@theduc219
Copy link

ModuleNotFoundError: No module named 'hikvisionapi

@seisdr
Copy link

seisdr commented Feb 3, 2024

pip install hikvisionapi

@Kittyskj
Copy link

Kittyskj commented Feb 3, 2024

pip3 install -r requirements.txt

before use programm install all requirements

@theduc219
Copy link
Author

Already installed but still error message

@theduc219
Copy link
Author

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'

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

3 participants