-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
bug: failed to build on macOS 13.4 #44
Comments
The pylyzer release is automated, but I now find that the process is failing. https://github.com/mtshiba/pylyzer/actions/runs/5230489178/jobs/9444062584 The cause is that the parser was updated with v0.0.32. We are using https://github.com/RustPython/Parser as our parser, but this crate is not published on crates.io, so it was failing to publish. This problem seems to have already been reported. RustPython/Parser#67 As a temporary solution, you can clone this repository and install with |
Excellent, thanks a lot! Again, super excited about this project! Can't wait for it to reach maturity. |
I am also seeing this error when doing |
fixed with v0.0.39. |
Super excited about a rust-based LSP and type checker! Blazing fast, here we go!
Was unfortunately unable to build due to type errors.
macOS 13.4
M1 MBP
Rust 1.70.0
Error output
Anything else I can do to help? :-)
The text was updated successfully, but these errors were encountered: