-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Unable to read python.rs when installing RustPython from source #4117
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
Comments
I am sorry, this is my fault. I will fix it soon. |
I want to make it easier, but it will take time. Could you try this for now?
|
That worked! Thank you. |
(Feel free to close if you'd like.) |
As of about 2 days ago, I'm also having problems compiling rustpython-parser / python.rs. If I do a fresh
I'm getting this in different MacOS and Linux systems, so I don't think it's an issue with my environment. BTW, a few days ago I had a different failure that suggested I "please install lalrpop", which I did, and that resolved that issue at the time. But that doesn't seem to be relevant here. (The MacOS system has it installed, the Linux does not, both get the same error.) P.S. I had also tried the alternate dependency mentioned above, but it didn't help: |
Does it resolve the issue if you run |
Yes! (In both my MacOS and, after installing lalrpop, my Linux.) |
still the same
|
@imotai Could you please share the head of |
Maybe still happening when using RustPython as dependency |
Installing, then running Perhaps the |
I am also affected by this, I wanted to build and install the project today to test it and followed: cargo install --git https://github.com/RustPython/RustPython But here is the cryptic error message, could not find any ressources on the net to fix it.
|
Summary
In my Cargo.toml, I have:
Now, running
cargo build
on my project yields:Is this a user error? I know this is a recent change as my project built without error on
dff916d45c5d13074d21ad329a5ab68a6499426a
.The text was updated successfully, but these errors were encountered: