美文网首页
windows 安装包

windows 安装包

作者: cure_py | 来源:发表于2017-07-17 18:01 被阅读0次

py3自带了pip,但是终端不能直接使用,可能还是要加路径的,官网下载了没用,不会解压啊
打开终端,把pip拽进去

C:\Anaconda2\envs\py3\Scripts\pip.exe install tensorflow

一般安装包的方法
1.pip

pip install impyla

2.install directly from the repo

pip install git+https://github.com/cloudera/impyla.git

3.clone the repo

git clone https://github.com/cloudera/impyla.git
cd impyla
python setup.py install

相关文章

网友评论

      本文标题:windows 安装包

      本文链接:https://www.haomeiwen.com/subject/pndqkxtx.html