fredrikaverpil / pyside2-wheels

Unofficial PySide2 wheel building with Travis CI and AppVeyor
41 stars 6 forks source link

Wheels can't be downloaded #84

Closed ccordoba12 closed 7 years ago

ccordoba12 commented 7 years ago

Hi @fredrikaverpil, I'm using your wheels to test a project with PySide2, but it seems you updated them today (or in the last few days) and now they can't be downloaded.

For example, try this link:

https://dl.bintray.com/fredrikaverpil/pyside2-wheels/ubuntu14.04/PySide2-5.6-cp27-none-linux_x86_64.whl

and it will redirect you to a forbidden page.

fredrikaverpil commented 7 years ago

Yes, for some reason, a rate limit went into effect over at Bintray. Not sure what could've triggered that. I've emailed them.

ccordoba12 commented 7 years ago

Thanks!

fredrikaverpil commented 7 years ago

In the meanwhile, you can build the wheel locally using the docker build and docker run commands outlined in each platform's markdown file.

bjquinn commented 7 years ago

This seems to be resolved now. I can download files again. Would recommend closing this issue unless others are still having problems.

ccordoba12 commented 7 years ago

@fredrikaverpil, what was the problem?

fredrikaverpil commented 7 years ago

I'm still waiting for feedback on exactly what triggered this, but it seems like I reached the 10GB storage limit. Closing this for now. I'll report back with more info as I know more.