SaWey / home-assistant-dahua-event

receive events from dahua camera's and nvr's through their HTTP API
MIT License
33 stars 16 forks source link

Pycurl problem #1

Open eporedieis opened 6 years ago

eporedieis commented 6 years ago

Hello, I follow your instructions but I have a problem. I have HA version 0.65.4 and pycurl (installed manually) version 7.43.0.1. Starting HA, it appears these errors:

Error loading custom_components.dahua_event. Make sure all dependencies are installed Traceback (most recent call last): File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component module = importlib.import_module(path) File "/usr/lib/python3.5/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 986, in _gcd_import File "", line 969, in _find_and_load File "", line 958, in _find_and_load_unlocked File "", line 673, in _load_unlocked File "", line 673, in exec_module File "", line 222, in _call_with_frames_removed File "/home/homeassistant/.homeassistant/custom_components/dahua_event.py", line 10, in import threading, logging, os, socket, pycurl, time ImportError: No module named 'pycurl'`

What could I do to use pycurl - that it's installed - into HA?

eporedieis commented 6 years ago

Solutions for any other users is here.