Open zihaolucky opened 7 years ago
@ahmedezzateasa Just follow this issue and we're looking for your feedback.
@zihaolucky I can successfully run the installer.sh on Windows 10.
Windows 10 x64 Visual Studio Community 2015 Anaconda 2 (for python 2.7) bazel 0.4.5 MSYS 2
I followed the steps in README . These are the steps with some Details:
bazel requires visual studio to be installed. There is a free edition "Visual Studio Community" for open source development. I am using 2015 version, 2017 also will be OK. Create a C Hello World example to check there is no missing packages and the installation is OK. You need to install Windows SDK for Windows 8 (within the installation of Visual Studio).
The best method to install bazel is to use chocolatey package manager for windows. The steps are:
One more thing. When I run python setup.py, the tensorboard/src directory is not copied to the python package installation directory. It must be manually copied. The tensorboard binary is nice. no patches are required (maybe the latest tensorflow head fixes windows issues with tensorboard)
I uploaded my changes to this fork --> https://github.com/ahmedezzateasa/tensorboard
@ahmedezzateasa Great! How about creating a PR, I believe this would help Windows users. Besides, you can also change the README.
@ahmedezzateasa I'm a Windows user.My current env is Windows 7 , python 3.6. I followed your step and it seems to install bazel, python 2.7 is installed too. However, when I run window_install.sh, It gave a lot of errors..
As we have Win users, I'm going to:
installer.sh
script under Windows.anaconda
version.As I haven't used windows for a while, it might take some time. Anyone could help and contribute in this direction?