-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
Description
I tried install grpc using pip install gprc it shows its installed but still when I try to install the requirement.txt, it shows this error. please if anyone knows about this issue, it would a great help.
below are the command and the error it shows:-
sam@sam:~/MAVSDK-Python$ sudo pip3 install -r requirements.txt -r requirements-dev.txt
WARNING: The directory '/home/sam/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
WARNING: The directory '/home/sam/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: protobuf>=3.5.1 in /usr/local/lib/python3.5/dist-packages (from -r requirements.txt (line 1)) (3.11.1)
ERROR: Could not find a version that satisfies the requirement aiogrpc>=1.5 (from -r requirements.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for aiogrpc>=1.5 (from -r requirements.txt (line 2))