You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key Point: If you're having build problems on the latest development branch, try
92
92
a release branch that is known to work.
93
93
94
+
## Optional: Environmental Variable Set Up
95
+
Run following commands before running build command to avoid issue with package creation: [tensorflow:issue#59943](https://github.com/tensorflow/tensorflow/issues/59943),[tensorflow:issue#9436](https://github.com/tensorflow/tensorflow/issues/9436),[tensorflow:issue#60083](https://github.com/tensorflow/tensorflow/issues/60083)
set PATH=path/to/python/Scripts [e.g. (C:/Python310/Scripts)]
100
+
set PYTHON_BIN_PATH=path/to/python_virtualenv/Scripts/python.exe
101
+
set PYTHON_LIB_PATH=path/to/python virtualenv/lib/site-packages
102
+
set PYTHON_DIRECTORY=path/to/python_virtualenv/Scripts
103
+
</pre>
104
+
105
+
Bazel/MSVC path set up issue [tensorflow:issue#54578](https://github.com/tensorflow/tensorflow/issues/54578)(If the below commands were set up while installing Bazel, please ignore them)
Commands to clean the bazel cache to resolve errors due to invalid or outdated cached data, bazel clean with --expunge flag removes files permanently [tensorflow:issue#13135](https://github.com/tensorflow/tensorflow/issues/13135)
0 commit comments