随笔分类 -  环境配置

摘要:install : https://www.cnblogs.com/yhcasey/p/15034052.htmlgithub: https://github.com/protocolbuffers/protobuf 1 // g++ *.cc -o main -I /usr/local/proto 阅读全文
posted @ 2023-08-28 14:57 demianzhang 阅读(39) 评论(0) 推荐(0)
摘要:upload 403 error need to change the name in setup.py upload 400 error need to change the version of the same name pkg register: python setup.py regist 阅读全文
posted @ 2019-03-31 20:43 demianzhang 阅读(197) 评论(0) 推荐(0)
摘要:blog 这次遇到的问题是sys.path的输出不包含'',导致无法import当前文件和文件夹 When no ._pth file is found, this is how sys.path is populated on Windows: An empty entry is added at 阅读全文
posted @ 2019-03-02 16:45 demianzhang 阅读(401) 评论(0) 推荐(0)
摘要:Ubuntu子系统安装和删除yarn 在 Debian 或 Ubuntu 上,需要用 Debian 包仓库来安装 Yarn。 首先需要配置仓库: Ubuntu安装yarn Ubuntu删除yarn 测试 待续 无法执行powershell(ps1)脚本,解决方案 安装node npm 博客 阅读全文
posted @ 2019-02-26 14:21 demianzhang 阅读(447) 评论(0) 推荐(0)
摘要:这个bug卡了半天,这里记录一下 环境:Ubuntu16.04 参考:stackoverflow 首先安装gstreamer0.10-ffmpeg 重启MATLAB,如果像我一样还是报错,别慌,继续安装codecs(解码器) 若可以读取部分视频但仍提示的这个错误,为什么仍然报错orz 因为libst 阅读全文
posted @ 2018-12-16 22:23 demianzhang 阅读(1667) 评论(0) 推荐(0)
摘要:sz 文件名:将选定的文件发送到本地windows机器,传输前需要用:unix2dos 文件,做格式转换rz:运行该命令会弹出一个文件选择窗口,从本地选择文件上传到服务器(receive) 1. rz,sz是Linux/Unix同windows进行ZModem文件传输的命令行工具,在服务器上使用该命 阅读全文
posted @ 2018-11-15 20:40 demianzhang 阅读(200) 评论(0) 推荐(0)
摘要:https://bluesmilery.github.io/blogs/a687003b/ https://blog.csdn.net/Maple2014/article/details/78574275 阅读全文
posted @ 2018-10-07 10:07 demianzhang 阅读(605) 评论(0) 推荐(0)
摘要:Requirements CPython >=2.6 or >=3.3 or PyPy cffi >= 1.0 libturbojpeg with headers Install 1. pip3 install cffi 2. Ubuntu 安装libjpeg-turbo库 概述:简单说一下libj 阅读全文
posted @ 2018-03-13 21:37 demianzhang 阅读(659) 评论(0) 推荐(0)
摘要:1. 下载OpenMPI 在官网上下载最新版本的安装包,如:openmpi-1.8.4.tar.gz 2. 解压并进行配置 tar -zxvf openmpi-3.0.0.tar.gz cd openmpi-3.0.0 ./configure --prefix="/usr/local/openmpi 阅读全文
posted @ 2017-09-25 21:16 demianzhang 阅读(1733) 评论(0) 推荐(0)
摘要:1.This file was generated by an older version of protoc which is python环境和Anaconda python环境可能存在冲突。 使用conda install libprotobuf-dev,这将导致与caffe ’sudo ap 阅读全文
posted @ 2017-09-24 20:59 demianzhang 阅读(1135) 评论(0) 推荐(0)