今天晚上一直在安装pandas,天杀的,真的是太难了。后来发现提示: 更新numpy的版本步骤如下: 1.查看当前numpy安装包版本:pip show numpy 2.百度需要的numpy版本: https://pypi.org/project/numpy/1.11.2/#files 3.下载需要 ...
分类:
其他好文 时间:
2019-11-17 01:32:51
阅读次数:
276
虚拟环境的搭建 优点 windows 安装 配置虚拟环境管理器工作目录 MacOS、Linux 安装 工作文件 配置 使用 pycharm使用 新建项目 添加环境 使用环境 ...
分类:
其他好文 时间:
2019-11-12 19:46:45
阅读次数:
82
```yaml
apiVersion: v1 #必选,版本号,例如v1,版本号必须可以用 kubectl api-versions 查询到 .
kind: Pod #必选,Pod
metadata: #必选,元数据 name: string ... ...
分类:
其他好文 时间:
2019-11-11 18:13:11
阅读次数:
74
Mac下Python3环境设置 首先,不同的安装途径,python的安装路径是不一样的 例如,本机的python3.7的安装路径是/Library/Frameworks/Python.framework/Versions/3.7 这是python3.7为默认版本 vim ~/.bash_profil ...
分类:
编程语言 时间:
2019-11-09 15:31:04
阅读次数:
70
安装es的search-guard 1、下载对应的版本并运行安装命令(https://docs.search-guard.com/6.x-25/search-guard-versions) .\bin\elasticsearch-plugin install -b file:///C:\Users\ ...
分类:
其他好文 时间:
2019-11-09 12:12:13
阅读次数:
131
Bazel [文档][https://docs.bazel.build/versions/1.1.0/bazel overview.html] "MacOS安装" "Introduction to Bazel: Building a Java Project" ...
分类:
其他好文 时间:
2019-11-08 20:58:13
阅读次数:
304
什么是bazel https://docs.bazel.build/versions/master/bazel-overview.html 使用 bazel 构建 c++ 工程 https://github.com/bazelbuild/examples/tree/master/cpp-tutori ...
分类:
其他好文 时间:
2019-11-08 16:20:47
阅读次数:
145
1.mac 环境下安装 python3 1、查看 mac 自带系统版本 #查看系统自带的python open /System/Library/Frameworks/Python.framework/Versions #系统当前的python版本。 python -V 2、开始安装(这里我们使用神器 ...
分类:
编程语言 时间:
2019-11-03 19:55:42
阅读次数:
108
pycharm中配置执行robot脚本program的路径 我的系统是mac系统 在program中只需要加入robot 前期需要把robot变成全局变量 在mac中创建 touch ~/.bash_profile vim ~/.bash_profile 加入 PATH="$PATH:/Librar ...
分类:
其他好文 时间:
2019-10-31 18:49:56
阅读次数:
250