tensorflow / swift

Swift for TensorFlow
https://tensorflow.org/swift
Apache License 2.0
6.13k stars 608 forks source link

Cannot verify swift-tensorflow with macOS Catalina #467

Closed yos1p closed 4 years ago

yos1p commented 4 years ago

I downloaded swift-for-tensorflow v0.9 as stated in Installation.md. Apparently, when I tried to run the package installer this error comes up: this macOS cannot verify that this app is free from malware.

My macOS version is: 10.15.4

dwbaron commented 4 years ago

I have the same issue, I can't install the toolchain

BradLarson commented 4 years ago

In order to install the toolchain on macOS, you need to first try to open the installer package. This will display the error you encountered here. Then you need to go to System Preferences and open Security & Privacy. In the bottom half of that window, you'll see an entry for the toolchain package that you just tried to open. Choose to open it there, and you'll be presented with another dialog box where you can finally choose to open the package anyway and start the installer.

Sorry for the elaborate process, we've needed to do this for the last couple of major macOS versions due to issues with package signing.

ematejska commented 4 years ago

Per Brad's comment, this is the expected workflow right now.