psincraian / pepy

pepy is a site to get statistics information about any Python package.
https://pepy.tech
MIT License
781 stars 33 forks source link

Downloads show wrong numbers since May 19 #667

Closed WenjieDu closed 2 months ago

WenjieDu commented 3 months ago

Since May 19, downloads have dropped to very small numbers, e.g. numpy shown in the below screenshot

image
fcakyon commented 3 months ago

Yes, there seems to be an issue with the download stats for the past few days. We have observed this in our package statistics.

psincraian commented 3 months ago

I need to check what happened. I will do it on Monday as now I'm on holidays

PythonSJL commented 3 months ago

data I used to wonder why the PyPyNum 1.9.0 download I updated yesterday only had a dozen or so downloads, but now I finally know : )

SWHL commented 3 months ago

I met the same problem with rapidocr_onnxruntime package as like following (link):

image
psincraian commented 3 months ago

Now it's working fine again.

I'm still pending on update the older data. I expect to have it fixed by this week

WenjieDu commented 3 months ago

Thanks @psincraian. I'm going to close this issue.

YarShev commented 3 months ago

Now it's working fine again.

I'm still pending on update the older data. I expect to have it fixed by this week

@psincraian, is there an update on this? It seems the older data is still shown incorrectly.

WenjieDu commented 3 months ago

Now it's working fine again. I'm still pending on update the older data. I expect to have it fixed by this week

@psincraian, is there an update on this? It seems the older data is still shown incorrectly.

@YarShev is right. I'm reopening this issue for discussion.

psincraian commented 3 months ago

Hey,

Sorry for the delay. Slowly the downloads are fixed for those days. You can keep the issue open until everything is fixed

YarShev commented 3 months ago

What I see is the period of May 23 - 26 is still shown incorrectly. We are almost there.

WenjieDu commented 3 months ago

What I see is the period of May 23 - 26 is still shown incorrectly. We are almost there.

FYI, our library PyPOTS shows incorrect downloads from May 21 to 26 https://www.pepy.tech/projects/pypots

YarShev commented 3 months ago

@WenjieDu, you should probably reload the page (maybe clear the cache). Now I see the period of May 25 - 26, which is shown incorrectly.

dcajasn commented 3 months ago

It seems that the error is back. I attached numpy link and results. https://www.pepy.tech/projects/Numpy IMG_0559

hugovk commented 2 months ago

Please see https://github.com/psincraian/pepy/issues/679

psincraian commented 2 months ago

All wrong dates were backfilled ☺️

YarShev commented 2 months ago

Thanks folks!

seanlaw commented 2 months ago

All wrong dates were backfilled ☺️

Thank you, @psincraian! Your continuous support is always appreciated