pip install isn't updating prodigy

Hi, I'm running the pip install command to update to the latest versions of Prodigy and I've noticed that it's always shown:

Requirement already satisfied:

For every single library including Prodigy itself. So nothing is happening. Doesn't appear that I'm having problems connecting to the server or problems with my license code.

So what's going on?

I'm running:

Linux Deneb 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Welcome to the forum @rsjohnso36 :wave:

Just to eliminate the obvious, did you add --upgrade to your pip install command?:

pip install --upgrade prodigy -f https://XXXX-XXXX-XXXX-XXXX@download.prodi.gy

If yes, next thing to check is which versions your license allows by accessing the download server URL (https://XXXX-XXXX-XXXX-XXXX@download.prodi.gy) directly in your browser. This should give you a list of versions you're entitled to.

Let me know if the superior Prodigy version is there but you still can't pip install --upgrade, or the version you think should be there, is not.

D'Oh! I missed the obvious, how embarrassing. No, I had forgot to use "--upgrade". Thanks, problem solved!

Great! (And these things happens to all of us all the time :slight_smile:)