-
-
Save eric-schleicher/440d11a852bc662960e6ed00d5d2d104 to your computer and use it in GitHub Desktop.
depthai- install error - console output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
toaster@computername:~/workspaces/toaster/depthai/depthai$ python3 install_requirements.py | |
Requirement already satisfied: pip in /home/toaster/.local/lib/python3.6/site-packages (20.3.3) | |
WARNING: Skipping depthai as it is not installed. | |
Collecting argcomplete==1.12.1 | |
Downloading argcomplete-1.12.1-py2.py3-none-any.whl (38 kB) | |
Collecting depthai==0.4.0.0 | |
Downloading depthai-0.4.0.0.tar.gz (84 kB) | |
|████████████████████████████████| 84 kB 1.2 MB/s | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... done | |
Preparing wheel metadata ... done | |
Collecting numpy==1.19.5 | |
Downloading numpy-1.19.5-cp36-cp36m-manylinux2014_aarch64.whl (12.4 MB) | |
|████████████████████████████████| 12.4 MB 2.5 MB/s | |
Collecting opencv-python==4.5.1.48 | |
Downloading opencv_python-4.5.1.48-cp36-cp36m-manylinux2014_aarch64.whl (34.5 MB) | |
|████████████████████████████████| 34.5 MB 3.8 MB/s | |
Collecting pyyaml==5.3.1 | |
Downloading PyYAML-5.3.1.tar.gz (269 kB) | |
|████████████████████████████████| 269 kB 3.8 MB/s | |
Collecting requests==2.24.0 | |
Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) | |
|████████████████████████████████| 61 kB 113 kB/s | |
Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests==2.24.0->-r requirements.txt (line 3)) (2.6) | |
Requirement already satisfied: chardet<4,>=3.0.2 in /usr/lib/python3/dist-packages (from requests==2.24.0->-r requirements.txt (line 3)) (3.0.4) | |
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.24.0->-r requirements.txt (line 3)) (2018.1.18) | |
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.24.0->-r requirements.txt (line 3)) (1.22) | |
Collecting importlib-metadata<3,>=0.23 | |
Downloading importlib_metadata-2.1.1-py2.py3-none-any.whl (10 kB) | |
Collecting zipp>=0.5 | |
Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB) | |
Building wheels for collected packages: depthai, pyyaml | |
Building wheel for depthai (PEP 517) ... done | |
Created wheel for depthai: filename=depthai-0.4.0.0-cp36-cp36m-linux_aarch64.whl size=2844444 sha256=3a642293f2483403de273b9b2667e7f2c56393162c4494c61cbf01df848debc9 | |
Stored in directory: /home/toaster/.cache/pip/wheels/d3/f4/39/248a5b22ec6fbdef599f78b766b87df5f879c27eb665560d9f | |
Building wheel for pyyaml (setup.py) ... done | |
Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_aarch64.whl size=382633 sha256=945c31e7bb9e1d82a7caea7505bc83f5346425e8ced648474dd89154d7984881 | |
Stored in directory: /home/toaster/.cache/pip/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc | |
Successfully built depthai pyyaml | |
Installing collected packages: zipp, numpy, importlib-metadata, requests, pyyaml, opencv-python, depthai, argcomplete | |
WARNING: The scripts f2py, f2py3 and f2py3.6 are installed in '/home/toaster/.local/bin' which is not on PATH. | |
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. | |
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. | |
uff 0.6.9 requires protobuf>=3.3.0, but you have protobuf 3.0.0 which is incompatible. | |
Successfully installed argcomplete-1.12.1 depthai-0.4.0.0 importlib-metadata-2.1.1 numpy-1.19.5 opencv-python-4.5.1.48pyyaml-5.3.1 requests-2.24.0 zipp-3.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment