Skip to content

Unable to build aws-xray-sdk on Python 3.6.2 #31

@sanathkr

Description

@sanathkr

Description:
When building aws-xray-sdk, it fails with Error: PythonPipBuilder:ResolveDependencies - {future==0.17.1(sdist), wrapt==1.10.11(sdist)}.

Interestingly enough this works fine on Python 3.6.4.

Steps to reproduce the issue:

  1. Add aws-xray-sdk~=2.2.0 to requirements.txt
  2. Switch to Python 3.6.2
  3. sam build or sam build --use-container

Observed result:
Build should succeed

Expected result:
Build failed with message Error: PythonPipBuilder:ResolveDependencies - {future==0.17.1(sdist), wrapt==1.10.11(sdist)}.

Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Python version: 3.6.2
OS: Mac
Also fails on --use-container that builds inside a Docker container simulating Lambda like environment.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions