Home > Software design >  ERROR: No matching distribution found for qvd
ERROR: No matching distribution found for qvd

Time:02-04

I'm trying to pip install qvd on my windows machine. I'm running on Windows 10 64bit and python 3.10.2

> C:\users\[...]> pip install qvd
> 
> ERROR: Could not find a version that satisfies the requirement qvd
> (from versions: none)
> 
> ERROR: No matching distribution found for qvd '''

Installing other packages is not a problem and works fine

CodePudding user response:

At the time of writing this answer qvd only supports Python 3.6 - 3.9.

Downgrade to an appropriate version of Python or wait for qvd to update.

  •  Tags:  
  • Related