-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo espflash
fails when installed in macOS beta
#463
Comments
Running The result is the following: the I think that the issue may come from the location of the resulting binary, but I don't know how to debug it. |
macOS 14 has not been released, so I'm not surprised you're experiencing issues. I need to be productive so I will not be installing an unstable and unreleased version of macOS, if you want to debug the issue and submit a fix please feel free, but I will not be updating my OS until there has been at least the official release and one subsequent patch release, sorry. |
cargo espflash
fails when installedcargo espflash
fails when installed in macOS beta
Sonoma was just released. Problem still there |
There is now an upstream issue tracking this (astral-sh/rye#428), I will leave this issue open until that is resolved, but my hands are tied until there is a new release with a fix. Edit: sorry, misread that issue the other day. Regardless, a good reference until whichever dependency is causing this gets updated. |
macOS Sonoma has not been released. It will be released September 26, 2023.
Upstream for this issue is curl, where I've now filed a bug report: curl/curl#11893 |
Running on OSX Sonoma (non-beta) here, works fine for me except some minor issues reported in #436 (comment) |
👋 |
I updated my M1 Mac Mini to Sonoma today, and running |
Since the upstream issue is now closed and a few users have reported that it was working for them, I will be closing the issue. If the issue is still present for anyone, feel free to reopen it. |
If I install
cargo-espflash
withcargo install cargo-espflash
and I runcargo espflash
, this is what I get:If I run
espflash
only, I don't run into this kind of issue.Building v2.0.1 of
cargo-espflash
withcargo run --release --bin cargo-espflash -- espflash
produces an executable that doesn't display this issue.I am using macOS 14.0 23A5312d on arm64.
The text was updated successfully, but these errors were encountered: