Skip to content

How to install sagemaker-tensorflow package outside SageMaker instances? #44

Description

@i-zaitsev

I would like to use PipeModeDataset with my sagemaker model's training script. However, when I try to install sagemaker-tensorflow package via pip to access the class, it cannot be found:

$ pip install sagemaker-tensorflow                                                                                                                       
Collecting sagemaker-tensorflow
  ERROR: Could not find a version that satisfies the requirement sagemaker-tensorflow (from versions: none)
ERROR: No matching distribution found for sagemaker-tensorflow

I guess it was removed from Git. (Though PyPI page still exists and points to the non-existing repository).

Should I clone this repo and install via pip install .?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions