That is the error I am getting when im trying to install kivy
ERROR: No matching distribution found for kiv_deps.sd12==0.1.*
That error too, does somoane know a fix?
https://pypi.org/project/PyGTK
I went to this link and copied the latest pip install but it gives me
this error:
ERROR: Could not find a version that satisfies the requirement PyGTK (from versions: 2.24.0)
ERROR: No matching distribution found for PyGT
I try to use yolov5 on my raspberry pi4 model b ,but i have a problem in installing pytorch , I have followed many tutorials but nothing solves the problem , it show me this error message
requirements: torch>=1.7.0 not found and is required by YOLOv5, attempting auto-update...
ERROR: Could not find a version that satisfies the requirement torch>=1.7.0 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch>=1.7.0
requirements: Command 'pip install 'torch>=1.7.0'' returned non-zero exit status 1.
requirements: torchvision>=0.8.1 not found and is required by YOLOv5, attempting auto-update...
ERROR: Could not find a version that satisfies the requirement torchvision>=0.8.1 (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3)
ERROR: No matching distribution found for torchvision>=0.8.1
requirements: Command 'pip install 'torchvision>=0.8.1'' returned non-zero exit status 1.
YOLOv5 v5.0-372-g808bcad torch 1.7.0a0+e85d494 CPU
python version used is 3.8
Any help would be appreciated
I am trying to install a python package from this API: https://github.com/CrowdEmotion/crowdemotion-api-client-python
Following the instructions inside the link, I was told to install the package by typing this to the terminal:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
However, this error won't stop to appear:
Could not find a version that satisfies the requirement urllib3>=1.15
(from crowdemotion-api-client-python==1.0.0) (from versions: )
No matching distribution found for urllib3>=1.15 (from crowdemotion-api-client-python==1.0.0)
I do have the last version of urllib3 installed in my computer, so I don't know what's going on.
On running command python -m pip install python-emnist , Getting error as follows:
Could not find a version that satisfies the requirement python-emnist (from versions: )
No matching distribution found for python-emnist
Please help and provide solution.
You can find here how to install it from Github -> readme
https://github.com/vitords/EMNIST-sandbox