astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.82k stars 467 forks source link

Unable to connect to https://rye-up.com/get ? #1111

Closed kissge closed 5 months ago

kissge commented 5 months ago

I'm sorry if this isn't quite right place to report; currently Rye's recommended installation method is not possible as the website is down.

charliermarsh commented 5 months ago

Strange, nothing here has changed recently...


Edit: rye-up.com is having issues; we've moved the project to rye.astral.sh:

For example:

curl -sSf https://rye.astral.sh/get | bash

When rye-up.com is restored, we'll add redirects from rye-up.com to rye.astral.sh.

edran commented 5 months ago

Was about to alert on twitter, but glad I checked github first. @charliermarsh holler if you need any help!

charliermarsh commented 5 months ago

Thanks, I'm looking into it now. Sorry about that.

aethiopicuschan commented 5 months ago

I was able to download the script when I accessed it directly in Chrome, but in curl I get curl: (7) Failed to connect. Reference.

charliermarsh commented 5 months ago

In the interim, you can run curl -sSf https://raw.githubusercontent.com/astral-sh/rye/main/scripts/install.sh | sh.

faysou commented 5 months ago

The website is completely down.

my1e5 commented 5 months ago

If you need to access the documentation, you can serve mkdocs locally

$ git clone https://github.com/astral-sh/rye
$ cd rye/
$ rye sync
$ rye run mkdocs serve
pablo8itall commented 5 months ago

In the interim, you can run curl -sSf https://raw.githubusercontent.com/astral-sh/rye/main/scripts/install.sh | sh.

I get:

sh: 2: set: Illegal option -o pipefail

This is on Ubuntu 22.04.3 LTS WSL. From google this happens because that option not working on dash shell, /bin/sh links to /bin/dash.

Workaround:

curl -sSf https://raw.githubusercontent.com/astral-sh/rye/main/scripts/install.sh
chmod +x install.sh
./install.sh
vhdirk commented 5 months ago

Can confirm, website is down

charliermarsh commented 5 months ago

I'm working on getting the domain back up -- there was kind of a perfect storm of events and now it's stuck waiting on some third parties. I can share more details once it's resolved, but ultimately it's my fault.

In the meantime, I'm going to move the docs etc. to a subdomain on astral.sh. We can redirect back to rye-up.com (or vice versa) once it's restored.

charliermarsh commented 5 months ago

Re-opening since rye-up.com is still down. But all the docs, references, etc. now point to https://rye.astral.sh.

For example:

curl -sSf https://rye.astral.sh/get | bash
edran commented 5 months ago

Hugsops! Thank you @charliermarsh for quickly resolving this!

charliermarsh commented 5 months ago

Thank you for the kind words @edran, I appreciate it!

mitsuhiko commented 5 months ago

I'm sorry we screwed something up there when I handed the domain over to Astral. Looks like we're now in for some waiting as neither one of our registrars is entirely sure what's going on :(

edran commented 5 months ago

Hugops to you too @mitsuhiko--happens to the best of us!

Modulo the unfortunate CI breakages, I do think there's silver lining to be found with the new setup, at least wrt. user confidence :) rye and astral.sh together IMO make each other's brands stronger.

kissge commented 5 months ago

Thanks for all the great work!!

charliermarsh commented 5 months ago

Okay, the domain is finally back up. I have it redirecting to rye.astral.sh, so either domain will work. Apologies everyone and thanks for your patience.