We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of #287 I needed to remove the non-binary installation flag (see discussion here: #287 (comment))
As far as I can tell the problem comes from clikit not being installed - when running with --no-binary :all: the installation fails (see this CI job)
--no-binary :all:
This will need to be tracked down to completely understand what is missing so we can restore our tarball install sanity check.
The text was updated successfully, but these errors were encountered:
[refs #291] Adding --no-binary flag back to start tracking down which…
27c048b
… dependency is missing the required package format
No branches or pull requests
As part of #287 I needed to remove the non-binary installation flag (see discussion here: #287 (comment))
As far as I can tell the problem comes from clikit not being installed - when running with
--no-binary :all:
the installation fails (see this CI job)This will need to be tracked down to completely understand what is missing so we can restore our tarball install sanity check.
The text was updated successfully, but these errors were encountered: