PyPI package not found

I am looking for a PyPI package for a container.
I cant find it in the list:

Which packages are excluded from the list?

Thanks!!

1 Like

Hi @Pascal,

Seqera Containers keeps a cache of package names and versions so that search results can be returned quickly. The process of updating this is currently manual and so new packages aren’t showing up. However, the good news is that we have mostly written the back-end code to use a new system which will always return results that are completely up to date. Hopefully it can be deployed soon (days-weeks from now).

There’s a feature request tracking the same thing here:

Phil

1 Like

Hi @Pascal,

I’m happy to say that our rewritten and much-improved method for finding available packages is now live, and that the package you were searching for now shows up in the search results:

Hopefully this does the job for you, but do let us know if you find any other packages not behaving as they should!

Phil

3 Likes

Thank you so much!

That’s great to hear! As we’re still actively developing our package and corresponding pipeline, I’m wondering at what interval you are updating the package list :slight_smile: Like once a day?
Best,
Judith

I think that it should update pretty much immediately. It does a fast result using our cache but then does a second slower check to the remote sources. If there are any differences then the page results update in place and our cache is updated.

Maybe @vlad.savelyev can confirm this, as I’m not 100% sure about the cache behaviour.

1 Like