-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Security issues #10
Comments
OK, so a colleague of mine helped me out with the security issue on MacOS. Running the following command solves it:
Then I'm able to launch Krait without any security warnings, but the following errors are shown in the terminal and Krait fails to open: "The default interactive shell is now zsh. [Process completed]" If anyone has any suggestions, please let me know. |
So I thought it might be the version of python that's the issue, as the default python on this Mac was v2.7.16. Version 3.7.3 is installed, however, so I changed the "python" alias in the shell to point to v3.7.3 by adding the following lines to the ~/.zshrc file (I changed the default terminal from bash to zsh - unrelated to current problem):
However, I still get the same errors when trying to launch Krait. I realised that these commands only change the version of python within the shell terminal and not necessarily system-wide. So if I type So yeah, that's where I'm at. Still can't use Krait on MacOS. |
We have released a new version 1.2.1. I have run it on MacOS 10.13.6. It woks well. If this version still do not work for you. You can install python and required packages to run Krait with source code. We have added the tutorial to the newest documentation. |
I just tested this version (1.2.1) on Macbook Pro OS = Catalina10.15.4 and it worked well! No issues to report on. Thank you! This looks like a substantial update in terms of multi-platform usability and stability! Thanks for your effort and for making and maintaining this tool! It is, in my opinion, an excellent program and by far the most user-friendly of any microsat search tool. |
Dear Lianming,
I downloaded the "Krait-v1.1.0-mac.tar.gz", unzipped and tried running Krait on a Macbook Pro OS = Catalina10.15.4. Unfortunately, I keep getting security pop-ups saying that the software could not be opened because the developer cannot be verified. An example:
“libopenblasp-r0.3.7.dylib” cannot be opened because the developer cannot be verified.
It first does this for "Krait" and then a similar warning pops up from Python and then it starts going through each "module" in the folder, giving a warning for each one. I can allow each particular module to run by giving it permission with my password, but then it just pops up with another warning for the next module - and there are many, many modules, which makes it very inconvenient.
Do you have any ideas for getting around this?
Perhaps if one could compile it from source, then these warnings wouldn't pop up, but I don't see any instructions for compiling from source in the manual/readme and I'm not sure how to do it. The Mac is running python2.7. Is that fine, or does it need python3?
Cheers
Deon
The text was updated successfully, but these errors were encountered: