Jump to content

python pip error "could not find a version..."

Go to solution Solved by WereCatf,
1 minute ago, Reppiy said:

Oh thanks... I didn't realise that. I still can't install win32api though.

Because it's not available in pypi-repositories. Install it from https://sourceforge.net/projects/pywin32/files/pywin32/Build 220/

Python:

When trying to install winsound through pip (using "pip install winsound"), I get this error:

Collecting winsound
  Could not find a version that satisfies the requirement winsound (from versions: )
No matching distribution found for winsound

This happens when trying to install any other packages as well (eg. I was trying to install win32api).

I have the latest pip version (10.0.1) and Python 3.6.4

Thanks for any help.

Link to comment
https://linustechtips.com/topic/919939-python-pip-error-could-not-find-a-version/
Share on other sites

Link to post
Share on other sites

1 minute ago, Reppiy said:

I tried pip3 install winsound, but that came up with the same error

 

I just checked, winsound is already included with the Windows-version of Python. You don't need to install it with pip3.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to post
Share on other sites

1 minute ago, Reppiy said:

Oh thanks... I didn't realise that. I still can't install win32api though.

Because it's not available in pypi-repositories. Install it from https://sourceforge.net/projects/pywin32/files/pywin32/Build 220/

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×