tensorflow: Cannot install TensorFlowLiteSwift with CocoaPods

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS High Sierra
  • Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A
  • TensorFlow installed from (source or binary): binary
  • TensorFlow version: 1.12
  • Python version: 3.6.5
  • Installed using virtualenv? pip? conda?: pip
  • Bazel version (if compiling from source): N/A
  • GCC/Compiler version (if compiling from source): N/A
  • CUDA/cuDNN version: N/A
  • GPU model and memory: N/A

I’m excited to see that TensorFlow Lite for Swift is available! https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/swift

I tried installing it with CocoaPods using the instructions at the link above, but I get the following error. Is the CocoaPod available yet? Thanks! [!] Unable to find a specification for TensorFlowLiteSwift

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 27 (1 by maintainers)

Most upvoted comments

The TensorFlowLiteSwift and TensorFlowLiteObjC pods are now available!

Please note that these libraries are still under “experimental,” so the APIs may change.

Known issue: installing the ObjC or Swift pod into your project for the first time may take a bit longer than normal as CocoaPods has to clone the entire TensorFlow git repo so that it can grab the source_files that are defined in each podspec.

If you run into any other issues or would like to provide general feedback, please use the comp:lite label.

Thank you!

Hoping to push them to public CPDC this week. Will post here once they have been pushed.