$ brew install php70-mcrypt 报错: Error: parent directory is world writable but not sticky 搜索到github的答案 https://github.com/Homebrew/legacy-homebrew/issues/40345 原因:/tmp目录权限不对 $ ls -ld /private/tmp 打印出来 /private/tmp 被标黄了 解决办法: $ sudo chmod +t /tmp $ ls…
在本地安装pyenv的时候,出现了如下的报错: ➜ brew install pyenv ==> Downloading https://github.com/yyuu/pyenv/archive/v20160310.tar.gz Already downloaded: /Library/Caches/Homebrew/pyenv-20160310.tar.gz Error: parent directory is world writable but not sticky Please rep…
1.先安装 brew,参考文章:Mac Pro 安装 Homebrew 软件包管理工具 2.执行安装命令 brew install cmake 出现警告提示: Warning: cmake-3.5.2 already installed, it's just not linked 3.国外网友也遇到这个问题:cmake-3.5.2 already installed, it's just not linked 解决方案:为 cmake 建立一个软连接 $ ln -s /usr/local/Cel…
安装本地全局包时,本地报错 npm WARN checkPermissions Missing write access to /Users/xxx/.nvm/versions/node/v11.10.0/lib/node_modules/xxxx 执行sudo还是报这个错误,在网上查找解决方法,终于解决. 打开Finder,选择前往 --> 前往文件夹 -->输入报错路径,点击前往,点开文件夹,在文件夹中删除包的全部内容.完美解决…
1.软件环境: mac环境:10.11.6(15G31) python: 3.6 2.问题: sudo pip install pymssql 后出现下面问题: fatal error: 'sqlfront.h' file not found   3.解决方案: 终端执行  brew install freetds@0.91 终端执行  brew link --force freetds@0.91 终端执行  sudo pip install pymssql(或则 pycharm直接安装)…
[背景] 今天我把算把自己的python基础平台从python-3.6.2升级到python-3.7.2,在我安装完python-3.7.2之后,打算在此基础之上安装 mysqlclient的时候报错了: pip3 install mysqlclient Collecting mysqlclient Downloading https://files.pythonhosted.org/packages/de/d7/919042fb7ed78a89e21c4e43d5daed90d5df18ec1…
尝试在SQL Server2014上安装AX2012 R2的Reporting Services扩展失败,出现如下错误: "Could not load file or assembly 'Microsoft.SqlServer.BatchParser, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An operation is not legal…
出现这个问题, 原因解析: 不是你的安装包下载出错了或者下载失败了这种原因 而是你在打开这个安装包的时候,一定是让你输入密码,而你的密码没有输入正确 解决方式:重新开始打开这个软件的安装包 如下: 1.双击打开 2.此处让你输入密码,不是你的登陆密码,而是这个安装包的打开密码[注意:这一点就是错误的原因所在] 而这个密码,一般是从你下载的地方来找的,例如上面这个软件,下载的位置在:http://xclient.info/s/axure-rp.html?t=03d3d92feb56d17e1d94…
报错情况: 当Mac OS通过 npm 安装 React Native 报错,警告文字为:checkPermissions Missing write access to /usr/local/lib/node_modules 报错图片如下: 报错原因:npm 的安装权限不足 解决办法:在安装命令前加上 sudo,根据提示输入密码即可. 安装成功截图:…
在安装intervention/image图像处理扩展 报错fileinfo is missing 报错信息如下: \blog>composer require intervention/imageUsing version ^2.3 for intervention/image./composer.json has been updatedLoading composer repositories with package informationUpdating dependencies (i…