-
Notifications
You must be signed in to change notification settings - Fork 1.3k
python.rs file is not generated locally #4166
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
@youknowone does this have to do with LALRPOP not being installed? |
@lastmjs Try |
@fanninpm that's not intended |
I would expect it to just work after I've cargo installed RustPython |
I think my issue might be a duplicate of this: #4117 |
I also have all features turned off, should I have |
I believe this has been resolved with #4176 |
If I want to fork RustPython and access it locally in a Rust project, it doesn't currently work because
RustPython/compiler/parser/python.rs
is not generated. I haven't been able to figure out how to generate it, so I just copied the file from my.cargo
folder.The text was updated successfully, but these errors were encountered: