Giter Club home page Giter Club logo

Comments (7)

pfifer avatar pfifer commented on July 17, 2024

Thanks for the report. I'm looking into it.

from amazon-kinesis-client-python.

pfifer avatar pfifer commented on July 17, 2024

What OS are you see this on? I do see this on macOS, while Amazon Linux appears to work fine.

from amazon-kinesis-client-python.

whummer avatar whummer commented on July 17, 2024

Sorry, forgot to mention. Tested on MacOS 10.11.6, Python version 2.7.11

from amazon-kinesis-client-python.

pfifer avatar pfifer commented on July 17, 2024

Thanks.
It seems to work fine on Amazon Linux. Install fails on macOS 10.11 and 10.12, and Windows (2016 Datacenter is what I'm testing on).

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.

from amazon-kinesis-client-python.

whummer avatar whummer commented on July 17, 2024

Thanks for the fix, looks good to me. Any easy way I can test this branch on my machine via "pip install ..."?

from amazon-kinesis-client-python.

pfifer avatar pfifer commented on July 17, 2024

I hope to have the release ready soon, but for testing you can do this:

  1. Download the source for the module, and run python setup.py sdist.
    This will create dist/amazon_kclpy-1.4.0.tar.gz
  2. Create and activate the virtual environment as normal
  3. Install the KCL dependencies
  pip install boto
  pip install argparse
  pip install mock
  pip install amazon_kclpy --no-index --find-links <path to the dist directory>

The dependencies need to be installed separately since the installation of the amazon_kclpy won't be able to resolve dependendencies from PyPI.

from amazon-kinesis-client-python.

pfifer avatar pfifer commented on July 17, 2024

Version 1.4.1 has been released that fixes this:
Release Page
PyPI Page

from amazon-kinesis-client-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.