-
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
Pip install from cache does not include KCL jars #33
Comments
Thanks for the report. I'm looking into it. |
What OS are you see this on? I do see this on macOS, while Amazon Linux appears to work fine. |
Sorry, forgot to mention. Tested on MacOS 10.11.6, Python version 2.7.11 |
Thanks. I have a fix, but it's somewhat hacky. It works by downloading the jars during the creation of the wheel, which appears to occur on the first installation of amazon_kclpy to the virtual environment. |
Thanks for the fix, looks good to me. Any easy way I can test this branch on my machine via "pip install ..."? |
I hope to have the release ready soon, but for testing you can do this:
The dependencies need to be installed separately since the installation of the |
Version 1.4.1 has been released that fixes this: |
We noticed that after the recent changes (fix of #28) the
amazon_kclpy
package has a bug regarding downloads of JAR files.Steps to reproduce:
After the last step, the JAR files are missing in the
jars
directory. Would be great to get this fixed because most people will probably not use the--no-cache
option onpip install
, then the library becomes unusable.The text was updated successfully, but these errors were encountered: