torchsparse icon indicating copy to clipboard operation
torchsparse copied to clipboard

[Installation] Pypi server unavailable

Open mella30 opened this issue 10 months ago • 19 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Have you followed all the steps in the FAQ?

  • [X] I have tried the steps in the FAQ.

Current Behavior

I click on the link to download the torchsparse wheel I need but the page is not reachable.

Error Line

Environment

- GCC: -
- NVCC: -
- PyTorch: -
- PyTorch CUDA: -

Full Error Log

Error Log This Page Cannot Be Displayed

The system cannot communicate with the external server ( pypi.hanlab.ai ). The Internet server may be busy, may be permanently down, or may be unreachable because of network problems.

Please check the spelling of the Internet address entered. If it is correct, try this request later.

If you have questions, please contact your local helpdesk and provide the codes shown below.

Date: Mon, 08 Apr 2024 08:44:00 CEST ... URL: GET http://pypi.hanlab.ai/simple/torchsparse Category: URL Filtering Bypassed Reason: UNKNOWN Notification: GATEWAY_TIMEOUT

mella30 avatar Apr 05 '24 07:04 mella30

same issue, The website is still unavailable, on April 10, 2024

Jovendish avatar Apr 10 '24 14:04 Jovendish

Same here.

mbhenaff avatar Apr 11 '24 01:04 mbhenaff

both Pypi server and alternate website are unavailable

duguqiubai-wp avatar Apr 11 '24 03:04 duguqiubai-wp

Still unreachable here.

mbendjilali avatar Apr 24 '24 09:04 mbendjilali

Still unreachable here. Please fix it.

ColsonZhang avatar Apr 24 '24 12:04 ColsonZhang

Hi all,

We've relaunched the pypi server. Sorry for the inconvenience.

Best, Haotian

kentang-mit avatar May 04 '24 02:05 kentang-mit

Still unreachable here.

wjz51 avatar May 23 '24 13:05 wjz51

Still unreachable on May 26.

LarsPh avatar May 26 '24 08:05 LarsPh

Hi all,

We've relaunched the pypi server. Sorry for the inconvenience.

Best, Haotian

Still unreachable.

ybc-ybc avatar May 28 '24 00:05 ybc-ybc

Hi All, the pypi server has been restarted and can now be accessed. Sorry for the inconvenience. Many thanks to @kentang-mit .

ys-2020 avatar May 28 '24 01:05 ys-2020

Still broken

zhongqiu1245 avatar May 28 '24 12:05 zhongqiu1245

Still broken for me too

JBKnights avatar Jun 04 '24 11:06 JBKnights

Still unreachable

Tortoise0Knight avatar Jun 06 '24 00:06 Tortoise0Knight

Still broken for me

Cheburum avatar Jun 10 '24 16:06 Cheburum

Still broken

daniil-chesakov avatar Jun 12 '24 15:06 daniil-chesakov

still borken

RuiyuM avatar Jun 26 '24 20:06 RuiyuM

Hi All, the pypi server has been restarted and can now be accessed. Sorry for the inconvenience. Many thanks to @kentang-mit .

Can you restart again, maybe on a regular basis? Does not seem to run stable..

@kentang-mit

mella30 avatar Jun 27 '24 11:06 mella30

Still broken @kentang-mit

vettelx avatar Jun 27 '24 14:06 vettelx

still broken

AoxiangFan avatar Jul 01 '24 08:07 AoxiangFan

It is still broken.

weweng1999 avatar Jul 18 '24 16:07 weweng1999

It is still broken.

brycekl avatar Jul 19 '24 02:07 brycekl

Build it from source. Worked for me.

jacksonsunny29 avatar Jul 29 '24 09:07 jacksonsunny29

pip install --upgrade git+https://github.com/mit-han-lab/[email protected] Change the versions accordingly. Check the github repo for the versions. The current one is v2.0.0

jacksonsunny29 avatar Jul 29 '24 13:07 jacksonsunny29

Build it from source. Worked for me.

There has to be a GPU available at build time for that to work (at least for the GPU-accelerated version). For me, this is not the case during cloud deployment.

mella30 avatar Jul 29 '24 13:07 mella30

I see your point. Indeed a GPU is required at build time for the usage of cuda.

jacksonsunny29 avatar Jul 29 '24 20:07 jacksonsunny29

Could you try to install TorchSparse from source using

pip install git+https://github.com/mit-han-lab/torchsparse.git

zhijian-liu avatar Aug 28 '24 16:08 zhijian-liu