I am trying to download and install the Heroku CLI for Visual Studio Code, So I can host my python app, but I keep getting this message: "heroku (2).pkg can’t be opened because Apple cannot check it for malicious software."
It might be because of the newest OS update to my imac which is macOSCatalina 10.15.1
Can anyone tell me if this is the case? and if so how long it might take for the issue to be fixed?
Or if there is any way around it
Since Mac OS 10.14 Mojave software should be notarized, and Catalina enforces this constraint. Notarization is for the software publisher to perform and downloaded but notarized software installers, DMGs or packages will pass the gatekeeper security check, thus not showing this error.
You should report this to Heroku and see if they have a notarized version or can produce one in the future.
In the meantime, this is a workaround:
Important Disclaimer
As annoying as it is for both developers and users, there is a (security) reason why Apple have chosen to do this. Do not circumvent unless you know what you're doing, as you could put your system at risk. I bear no responsibility for having told you how to do so.