Mac安装python3的时候出如上错误 解决办法: 安装python3的时候就是输入python3死活没有反应 input sudo chown -R $USER /usr/local/lib/pkgconfig 即可!…
$ npm install -g express npm ERR! Error: EACCES, mkdir '/usr/lib/node_modules/express' npm ERR! { [Error: EACCES, mkdir '/usr/lib/node_modules/express'] npm ERR! errno: , npm ERR! code: 'EACCES', npm ERR! path: '/usr/lib/node_modules/express', npm ER…
[root@ora9i 3238244]# lsb_release -a LSB Version:    :core-3.0-amd64:core-3.0-ia32:core-3.0-noarch:graphics-3.0-amd64:graphics-3.0-ia32:graphics-3.0-noarch Distributor ID: RedHatEnterpriseAS Description:    Red Hat Enterprise Linux AS release 4 (Naha…
问题来源 今天安装一个应用,发现提示 Error session_start(): open(/var/lib/php/session error,估计是找不到写不了啥啥啥. 于是我就去该路径下去看看,果然没有这个路径,就直接在php路径下创建了session目录,问题得以解决. SESSION 的数据保存在哪里呢? 当然是在服务器端,但不是保存在内存中,而是保存在文件或数据库中. 默认情况下,php.ini 中设置的 SESSION 保存方式是 files(session.save_handl…
# 关于homebrew使用时遇到的问题: Error: Could not symlink bin/gdb/usr/local/bin is not writable. 这是我在给我的Mac电脑安装GDB的时候遇到的问题: 我的Mac使用homebrew管理,于是我使用brew install gdb命令直接安装gdb,结果如下: 我在stackoverflow找到了发生的类似情况,经过阅读判断,找到了一下两种解决办法: 如图,直接输入命令: 命令内容: sudo chown -R `whoa…
在cdh集群中,删除之前的hive服务,然后将hive添加到其他节点,然后再通过hive客户端连接hive报错: Caused by: ERROR XJ041: Failed to create database '/var/lib/hive/metastore/metastore_db', see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unkno…
As explained here by Rick: Start with brew doctor which will show you errors with your brew setup. You might see something like this: "Warning: /usr/local/lib/pkgconfig isn't writable." It will give you the advice that: "You should probably…
报错: nodejs : Error: Cannot find module '../lib/utils/unsupported.js' 解决办法(linux): 去node目录下:/node***/bin shell> rm npm shell> ln -s ../lib/node_modules/npm/bin/npm-cli.js ./npm 参考链接: https://stackoverflow.com/questions/44363066/error-cannot-find-modu…
报错详情 安装 xadmin 组件的时候报错 不论是命令行还是 pycharm 方式都不行 分析报错 按照报错提示是说 README.rst 文件的编码问题导致. 解决报错 通过 github 下载源码 zip 包 https://github.com/sshwsfc/xadmin 自己手动将 包里面的  README.rst 文件自行替换掉 用 txt 文本文件重命名即可 然后手动通过 本地包 安装 在安装的时候有个 兼容性需要解决. 但是 xadmin 好歹是安装上了 当前的 django…
在 webpack.config.js 中加入这个依赖 { test: /\.(eot|svg|ttf|woff|woff2)(\?\S*)?$/, loader: 'file-loader' }…