osx-elcapitan

How to solve Permission Denied when running Sublime Text 3 from the terminal?

倖福魔咒の 提交于 2020-01-12 17:36:37
问题 The system is a Mac OS X El Capitan running Sublime Text 3. I was perfectly able to run ST3 from the terminal, using the symbolic link by typing "subl". I have no idea what could have possibly changed. Now everytime I try to start subl from the terminal in any given directory (by running "subl .") I get a "Permission Denied" window every 5 seconds. [Sublime opens the specified directory, whichever it is, and then everytime I switch back to ST3, the window pops up "Permission Denied"] The only

How to solve Permission Denied when running Sublime Text 3 from the terminal?

半世苍凉 提交于 2020-01-12 17:36:26
问题 The system is a Mac OS X El Capitan running Sublime Text 3. I was perfectly able to run ST3 from the terminal, using the symbolic link by typing "subl". I have no idea what could have possibly changed. Now everytime I try to start subl from the terminal in any given directory (by running "subl .") I get a "Permission Denied" window every 5 seconds. [Sublime opens the specified directory, whichever it is, and then everytime I switch back to ST3, the window pops up "Permission Denied"] The only

How to install xgboost in python on MacOS?

旧巷老猫 提交于 2020-01-10 07:07:53
问题 I am a newbie and learning python. Can someone help me- how to install xgboost in python. Im using Mac 10.11. I read online and did the below mentioned step, but not able to decode what to do next: pip install xgboost - 回答1: It's a little more complicated if you want to use multi-threading. For the record, I am using a Mac with OS X 10.10 (Yosemite). It took me a while to work through the various issues, but it is now running nicely in my Anaconda (Py36) environment. For multi-threading you

Change storage driver for Docker on OS X

家住魔仙堡 提交于 2020-01-09 19:34:12
问题 This is basically a follow-up to this question, but now since the OS X Docker no longer needs Docker Toolbox (i.e. no longer needs VirtualBox), I'm totally lost how to switch from AUFS to devicemapper or something else. The issue I'm facing here as well is the missing hardlink support in AUFS which makes problems during the installation of the Android SDK, so I hope devicemapper will help me here. So, how can I change the storage driver of Docker's native implementation in OS X? 回答1: The

brew install clang-omp not working

你说的曾经没有我的故事 提交于 2020-01-09 06:30:58
问题 I need to compile a C++ code with OpenMP on my Mac. Unfortunately the default version of clang installed on the Mac (703.0.31) does not support OpenMP. Therefore, I am trying to install the clang-omp package with brew (e.g., following this guide). The issue is that brew cannot find neither the libiomp, nor the clang-omp package: $ brew install clang-omp Error: No available formula with the name "clang-omp" ==> Searching for similarly named formulae... Error: No similarly named formulae found.

brew install clang-omp not working

爱⌒轻易说出口 提交于 2020-01-09 06:29:07
问题 I need to compile a C++ code with OpenMP on my Mac. Unfortunately the default version of clang installed on the Mac (703.0.31) does not support OpenMP. Therefore, I am trying to install the clang-omp package with brew (e.g., following this guide). The issue is that brew cannot find neither the libiomp, nor the clang-omp package: $ brew install clang-omp Error: No available formula with the name "clang-omp" ==> Searching for similarly named formulae... Error: No similarly named formulae found.

OS X El Capitan – File Sharing Restrictions

不想你离开。 提交于 2020-01-06 19:31:50
问题 I've got two iMacs running OS X El Capitan. I have setup iMac #1 to share a folder named "Jobs". iMac #1 has a group I created in Users & Groups and myself and my employee are added to that group. I used Get Info on the Jobs folder to set permissions so the group has Read & Write privileges and had it set the same to all enclosed items. From iMac #2 my employee can mount the shared folder and open files and write files, but if he creates a new document or creates a new folder it does not have

launchservicesd: secTaskLoadEntitlements failed error=22 while loading java

荒凉一梦 提交于 2020-01-06 08:15:06
问题 I am trying to run a python program ( sikuli ) that imports a jar using jnius. This is the gist of the code in sikuli package that loads the jar file in python import os jarpath = "/Users/*/sikuli-api-1.0.3-standalone.jar" os.environ['CLASSPATH'] = jarpath from jnius import autoclass DesktopMouse = autoclass('org.sikuli.api.robot.desktop.DesktopMouse') aa = DesktopMouse() gg = aa.getLocation() This code runs without any problem when I run in windows. But when I run this in mac, the program

Error in tf.contrib.learn Quickstart, no attribute named load_csv

核能气质少年 提交于 2020-01-05 04:21:29
问题 I am getting started in tensorflow on OSX and installed the lasted version following the guidelines for a pip installation using: echo $TF_BINARY_URL https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc0-py2-none-any.whl Quick overview: OS: OS X El Capitan version 10.11.6 (15G31) Python: Python 2.7.12_1 installed with brew install python TensorFlow: 0.11.0rc0 from import tensorflow as tf; print(tf.__version__) I can run TensorFlow using: python >>> import tensorflow as tf >>>

Why is OSX continually asking for firewall permission for my app which is signed?

柔情痞子 提交于 2020-01-04 02:46:47
问题 OSX El Capitan version 10.11.4 I am building an application in Xcode and signing it with an official developer cert. I then package this into a DMG which I am also signing. My application listens for TCP connections on a specific port (7772 in this case). I verified the signature: $ codesign -dvvvv /Applications/Foo.app/ Executable=/Applications/Foo.app/Contents/MacOS/Foo Identifier=com.foo.bar.Foo Format=app bundle with Mach-O thin (x86_64) CodeDirectory v=20200 size=69949 flags=0x0(none)