-
Notifications
You must be signed in to change notification settings - Fork 96
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
run without *building* packages #78
Comments
seems to covered by this issue: #70 perhaps |
From this line, the error seems to be in the package itself than in pip2pi. @glensc Can you please attach complete error log? |
@safiyat the exact error message is irrelevant. please read the bugreport again what i requested. the symptom is that the package names given are actually attempted to be installed. thus includes build and compile steps. those must be omitted. these are useless and break process because non-pure python packages will fail if |
I don't think
I am stumped though as to why it would want to run |
the project readme does not indicate any way that underneath the implementation actually builds and installs the packages.
this means for the command to succeed, i need to install various
-dev
packagesfor example i was looking for this project, to speed up docker builds, using multistage builds.
this fails with
The text was updated successfully, but these errors were encountered: