Closed alkazap closed 4 years ago
Never mind, figured it out
Basically problem was related to python version
To run server.py
without changes on Ubuntu 18.04, one must install Python 3.7:
apt-get update && apt-get install -y python3.7
python3.7 -m pip install -U pip
python3.7 -m pip install aiortc aiohttp numpy
Oh, thanks! Is this something I can address in this project or is it an issue with some of the libraries?
Hello, I can't figure out what am I doing wrong. I can't get your web demo to work without using docker images. I'm on Ubuntu 18.04 (with Python 3.6.9), using Chromium Web Browser. My setup is supposed to be identical to your docker files.
online2-tcp-nnet3-decode-faster
works fine on its own.getUserMedia()
works.Any idea what could be the reason? I'll attach all the logs below. Thanks in advance.
server
_online2_tcp_nnet3_decodefaster
webclient: