Closed kissge closed 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
.
Was about to alert on twitter, but glad I checked github first. @charliermarsh holler if you need any help!
Thanks, I'm looking into it now. Sorry about that.
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.
In the interim, you can run curl -sSf https://raw.githubusercontent.com/astral-sh/rye/main/scripts/install.sh | sh
.
The website is completely down.
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
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
Can confirm, website is down
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.
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
Hugsops! Thank you @charliermarsh for quickly resolving this!
Thank you for the kind words @edran, I appreciate it!
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 :(
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.
Thanks for all the great work!!
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.
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.