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

draft of downloading sources from pypi instead of pip #174

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

davidlange6
Copy link
Contributor

It looks like newer pip versions have issues supporting source downloads. So far this has been worked around by changing to a binary distribution - as we start to drop python2 support (eg, the older pip), this problem will come up frequently.

This is a proposed way around that as an alternative to using wheels everywhere (eg, using --no-binary=none). This follows the advice of pypa/pip#9701

@smuzaffar @mrodozov

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @davidlange6 (David Lange) for branch V00-32-XX.

@cmsbuild, @smuzaffar, @mrodozov can you please review it and eventually sign? Thanks.
cms-bot commands are listed here

@mrodozov mrodozov changed the base branch from V00-32-XX to V00-33-XX April 21, 2021 13:01
@mrodozov mrodozov changed the base branch from V00-33-XX to V00-32-XX April 21, 2021 13:02
@mrodozov
Copy link
Contributor

could you cherry-pick this commit against 33 branch, we dont't use 32 anymore. Although it's the default we are using the 33 XX (maybe we'll have to change the default sometime)

@davidlange6
Copy link
Contributor Author

davidlange6 commented Apr 21, 2021 via email

@davidlange6
Copy link
Contributor Author

I guess we don't need this PR

@smuzaffar
Copy link
Contributor

changes looks good and although we are not using V00-32-XX branch but it does not hurt to get this feature in V32 too

@smuzaffar smuzaffar merged commit e1caf63 into cms-sw:V00-32-XX Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants