-
Notifications
You must be signed in to change notification settings - Fork 222
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
Failed building wheel for amazon-kclpy #28
Comments
+1 happens here as well under Python 2.7.11 on OS X 10.11. |
I'm not able to recreate this on my system with either Python 2.7.12, or 3.5.2. I am using python installed from Homebrew in both cases where the results are being installed into a directory owned by me. Is the command line you're using for install different than python/python3 setup.py install? |
I was trying to install it directly from the source directory, and not pip. Once I tried using the pip installation I did get see the same thing. To make it more confusing it appears the installation actually succeeds, and the egg is dropped in This is also using Homebrew. The setup.py is working somewhat correctly, but I don't want it to generate the error message. I'm not sure if the setup actually needs to override install, or call do_egg_install directly this way. Switching to just calling install.run(self) appears to work correctly on my laptop. Can you check whether the egg is showing up in one of the directories above, even after the pip install failure? |
@pfifer I can confirm that the egg is showing up correctly in the directory |
I'm looking into a complete fix similar to what @kpourdeilami suggested. I'm trying to track down the reason setup.py does the override of install the way it does. I hope to have a fix complete for the next release. |
This should be fixed in release 1.4.0. Please let us know if you have any problems. |
Bump jackson-dataformat-cbor from 2.12.4 to 2.13.0 (#6) Bump auth from 2.17.52 to 2.17.99 (#5) Bump sts from 2.17.52 to 2.17.99 (#3) Bump cloudwatch from 2.17.52 to 2.17.99 (#2) Bump slf4j-api from 1.7.30 to 1.7.32 (#9) Bump profiles from 2.17.52 to 2.17.99 (#8) Bump aws-cbor-protocol from 2.17.52 to 2.17.99 (#7) Bump dynamodb from 2.17.52 to 2.17.102 (#24) Bump aws-java-sdk-sts from 1.12.3 to 1.12.131 (#23) Bump aws-query-protocol from 2.17.52 to 2.17.102 (#22) Bump netty-transport from 4.1.68.Final to 4.1.72.Final (#27) Bump profiles from 2.17.52 to 2.17.102 (#26) Bump logback-core from 1.2.7 to 1.2.10 (#28) Signed-off-by: dependabot[bot] <[email protected]> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I'm trying to install this module but it fails when building wheel
Python version: 3.5.2
OS X: 10.12 (also tried on 10.11, same error)
The text was updated successfully, but these errors were encountered: