AnimalRecognitionDemo icon indicating copy to clipboard operation
AnimalRecognitionDemo copied to clipboard

failed on Mac

Open SeekPoint opened this issue 5 years ago • 1 comments

ghSrc/AnimalRecognitionDemo % python -m pip install -r camera/requirements.txt Looking in indexes: http://mirrors.aliyun.com/pypi/simple/ ERROR: Could not find a version that satisfies the requirement opencv-python<4.1,>4.0 (from -r camera/requirements.txt (line 1)) (from versions: 3.4.8.29, 3.4.9.31, 3.4.9.33, 3.4.10.35, 3.4.10.37, 3.4.11.39, 3.4.11.41, 4.1.2.30, 4.2.0.32, 4.2.0.34, 4.3.0.36, 4.3.0.38, 4.4.0.40, 4.4.0.42) ERROR: No matching distribution found for opencv-python<4.1,>4.0 (from -r camera/requirements.txt (line 1))

SeekPoint avatar Aug 20 '20 02:08 SeekPoint

python2 -m pip install -r camera/requirements.txt DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Defaulting to user installation because normal site-packages is not writeable Collecting opencv-python<4.1,>4.0 Using cached opencv_python-4.0.1.24-cp27-cp27m-macosx_10_7_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (44.8 MB) Collecting redis==3.2.1 Using cached redis-3.2.1-py2.py3-none-any.whl (65 kB) ERROR: Could not find a version that satisfies the requirement numpy>=1.17.1 (from -r camera/requirements.txt (line 3)) (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0.post2, 1.10.1, 1.10.2, 1.10.4, 1.11.0b3, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.11.1rc1, 1.11.1, 1.11.2rc1, 1.11.2, 1.11.3, 1.12.0b1, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.1rc1, 1.12.1, 1.13.0rc1, 1.13.0rc2, 1.13.0, 1.13.1, 1.13.3, 1.14.0rc1, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.14.6, 1.15.0rc1, 1.15.0rc2, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0rc1, 1.16.0rc2, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6) ERROR: No matching distribution found for numpy>=1.17.1 (from -r camera/requirements.txt (line 3)) WARNING: You are using pip version 20.1.1; however, version 20.2.2 is available. You should consider upgrading via the '/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -m pip install --upgrade pip' command. redisLab-ghSrc/AnimalRecognitionDemo %

SeekPoint avatar Sep 02 '20 07:09 SeekPoint