-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sdist build gets crashed under pip>=19 in dev mode #3581
Labels
Comments
This comment has been minimized.
This comment has been minimized.
webknjaz
added a commit
that referenced
this issue
Jan 28, 2019
Prior to this change, CIs were failing during build step as well as any other attempts to install aiohttp from sdist (tarball). This change creates a temporary workaround for #3581 and should be reverted once the proper solution is found and implemented.
|
Addressed with d5d5d16 |
@pradyunsg could you please link the upstream issue here? |
Yeps! pypa/pip#6144 |
5 tasks
FTR. Solution PoC: #3589 |
webknjaz
changed the title
sdist build gets crashed under pip>=19
sdist build gets crashed under pip>=19 in dev mode
Feb 12, 2019
This was referenced Apr 15, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Long story short
We have
cython
as an optional dependency. That's why we install it as a pre-requisite in the CI, as a separate step.New pip creates a separate build virtualenv which doesn't have access to the place with cython installed which causes it to crash.
Expected behaviour
It succeeds
Actual behaviour
It tracebacks
Steps to reproduce
Your environment
Travis CI (doesn't really matter actually)
The text was updated successfully, but these errors were encountered: