Here's what worked for me: Win 7 AMD64 Install MSFT C++ compiler. Install Anaconda for Win AMD64, Python3. Install graphviz for Win. Add C:\Program Files (x86)\Graphviz2.38\bin to your PATH environment variable. Download pygraphviz-1.3.1-cp34-none-wi…
Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell (my favorite) or using the Deployment Imaging Servicing and Management tool (DISM). This documents…
1. 安装Python Download Python 2. 安装MySQL-python pip install wheel (应该是可选) pip install mysqlclient==1.3.6 3. 可能出错 running build_ext building '_mysql' extension error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27 会提示安装vcpyth…
初始安装,正常安装会出现以下出现信息,随后会被告知未安装成功. 关于SSDT-BI信息可以参见这里 http://jimshu.blog.51cto.com/3171847/1420469 从Windows 8.1 安装升级到Windows 10没有任何问题. 现解决方案有两种, 1.是等待Win10的Bug 修复 2.是可以先预先安装Visual Studio 2013(不可以是Visual Studio 2015),随后安装SSDT-BI for Visual Studio 2013 3.S…
windows 10中的ubuntu子系统安装桌面环境的方法 (How to install Ubuntu-desktop in windows 10 Subsystem for Linux) 转载 https://blog.csdn.net/u011138447/article/details/78262369 需求: * 如何在windows 10中的ubuntu子系统安装桌面环境 * - How to install Ubuntu-desktop in windows 10 Subsyst…
Install and run DB Query Analyzer 6.04 on Microsoft Windows 10 DB Query Analyzer is presented by Master Genfeng, Ma from Chinese Mainland. It has English version named 'DB Query Analyzer' and Simplified Chinese version named . DB Query Analy…
This weekend, I decided it was time: I was going to update my Python environment and get Keras and Tensorflow installed so I could start doing tutorials (particularly for deep learning) using R. Although I used to be a systems administrator (about 20…
本文首发于个人博客https://kezunlin.me/post/1739694c/,欢迎阅读! Install and Configure Caffe on windows 10 Part 1: Install and Configure Caffe on windows 10 Part 2: Install and Configure Caffe on ubuntu 16.04 Guide requirements: windows: 10 caffe: caffe-windows nvi…