Skip to content
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

Pip installation issue on MacOS 12.0.2 #3544

Open
chunkybanana opened this issue Feb 8, 2022 · 1 comment
Open

Pip installation issue on MacOS 12.0.2 #3544

chunkybanana opened this issue Feb 8, 2022 · 1 comment

Comments

@chunkybanana
Copy link

@chunkybanana chunkybanana commented Feb 8, 2022

The error message is quite long, so here's the last bit:

SyntaxError: Got error in f-string: Invalid expression: invalid syntax. Got unexpected token ',' at line 408 column 27
        completed_str = f"{completed_ratio:,.{precision}f}"

This happens whether I build a version with ssl or run get-pip.py normally.

@fanninpm
Copy link

@fanninpm fanninpm commented Feb 8, 2022

Installing pip used to be part of RustPython's CI suite, but it had to be disabled because pip vendors dependencies that RustPython currently doesn't support. The specific problem that you're running into is solved by #3532, but that by itself won't get pip up and running. (The next step along that journey, by the way, is adding mmap to RustPython, tracked in #2059.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants