keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.6k stars 226 forks source link

[Errno 2] No such file or directory: 'README.md' #219

Closed KarlBaumann closed 2 years ago

KarlBaumann commented 2 years ago
root@Dream-Machine-Special-Edition:~# pip3 install unifi-cam-proxy
Collecting unifi-cam-proxy
  Using cached https://files.pythonhosted.org/packages/8c/01/0ea751bf33959dc5353679656578bcda79d89edf8ad201fb7541984eddb8/unifi-cam-proxy-0.0.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-o0von2x2/unifi-cam-proxy/setup.py", line 11, in <module>
        long_description = open('README.md').read(),
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-o0von2x2/unifi-cam-proxy/
root@Dream-Machine-Special-Edition:~#
keshavdv commented 2 years ago

Although you're using pip3, this is still using a version of python below python 3.7 and fails. Please switch to the docker image or upgrade python.