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

https://bootstrap.pypa.io/get-pip.py needs to be updated to https://bootstrap.pypa.io/3.5/get-pip.py #7

Closed
kristoforerickson opened this issue Jan 25, 2021 · 4 comments · Fixed by #8
Labels
bug Something isn't working

Comments

@kristoforerickson
Copy link

Orb version:

1.0.0

What happened:

Setting up python3-setuptools (33.1.1-1) ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1883k 100 1883k 0 0 17.1M 0 --:--:-- --:--:-- --:--:-- 17.3M
Traceback (most recent call last):
File "", line 24226, in
File "", line 199, in main
File "", line 82, in bootstrap
File "", line 969, in _find_and_load
File "", line 954, in _find_and_load_unlocked
File "", line 896, in _find_spec
File "", line 1147, in find_spec
File "", line 1123, in _get_spec
File "", line 1104, in _legacy_get_spec
File "", line 444, in spec_from_loader
File "", line 541, in spec_from_file_location
File "/tmp/tmpdc43l8e8/pip.zip/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax

Expected behavior:

No Error

Additional Information:

https://bootstrap.pypa.io/get-pip.py this package has a breaking change for Python 3.5 as of this weekend, they created a fix but this URL now has to be updated to https://bootstrap.pypa.io/3.5/get-pip.py. Please see issue here - pypa/get-pip#83

@kristoforerickson kristoforerickson added the bug Something isn't working label Jan 25, 2021
@gmemstr
Copy link
Contributor

gmemstr commented Jan 26, 2021

Waiting for CPE team to have relevant permissions to address this - do have a local branch with the fix.

@kristoforerickson
Copy link
Author

@gmemstr Thanks - it will be nice to be able to build again :)

@kristoforerickson
Copy link
Author

@gmemstr do you know when this will be published?

@gmemstr
Copy link
Contributor

gmemstr commented Feb 9, 2021

@kristoforerickson Sorry for not following up, missed my notifications - this fix is in orb version 1.0.1 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants