Search results

  1. jackcotino

    OpenALPR Webhook Processor for IP Cameras

    Dear All, install was successful sudo -i apt install git apt install build-essential python3 python3-dev python3-venv python3-pip redis-server && systemctl enable redis-server && systemctl start redis-server git clone https://github.com/mibs510/OpenALPR-Webhook cd OpenALPR-Webhook python3 -m...
  2. jackcotino

    OpenALPR Webhook Processor for IP Cameras

    Following requirements.txt does not result in any errors: aiohttp==3.11.16 aiohttp-retry==2.8.3 aiosignal==1.3.1 alembic==1.10.4 aniso8601==9.0.1 argcomplete==3.0.8 arrow==1.2.3 astral==2.2 async-timeout==4.0.2 asyncio==3.4.3 attrs==23.1.0 blinker==1.9 certifi==2022.12.7 cfgv==3.3.1...
  3. jackcotino

    OpenALPR Webhook Processor for IP Cameras

    This is the requirment.txt that at least doesnt give errors aiohttp==3.8.4 aiohttp-retry==2.8.3 aiosignal==1.3.1 alembic==1.10.4 aniso8601==9.0.1 argcomplete==3.0.8 arrow==1.2.3 astral==2.2 async-timeout==4.0.2 asyncio==3.4.3 attrs==23.1.0 blinker==1.9 certifi==2022.12.7 cfgv==3.3.1...
  4. jackcotino

    OpenALPR Webhook Processor for IP Cameras

    After a successful install the last line: ./app.py --host=0.0.0.0 --port=8080 is giving the below error: root@calvin-DNB20-series:/home/openalpr/OpenALPR-Webhook# ./app.py --host=0.0.0.0 --port=8080 ./app.py: line 23: import: command not found ./app.py: line 25: from: command not found...
  5. jackcotino

    OpenALPR Webhook Processor for IP Cameras

    trying to install openalpr-webhook with the below commands on ubuntu 22.04.2 TLS apt install build-essential python3 python3-dev python3.10-venv pip3 redis-server && systemctl enable redis-server && systemctl start redis-server git clone https://github.com/mibs510/OpenALPR-Webhook cd...