File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Install the TensorFlow *pip* package dependencies (if using a virtual
3737environment, omit the ` --user ` argument):
3838
3939<pre class =" prettyprint lang-bsh " >
40- <code class =" devsite-terminal " >pip install -U --user pip numpy wheel</code >
40+ <code class =" devsite-terminal " >pip install -U --user pip numpy wheel packaging </code >
4141<code class =" devsite-terminal " >pip install -U --user keras_preprocessing --no-deps</code >
4242</pre >
4343
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable.
2020Install the TensorFlow * pip* package dependencies:
2121
2222<pre class =" devsite-click-to-copy " >
23- <code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U six numpy wheel</code >
23+ <code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U six numpy wheel packaging </code >
2424<code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U keras_preprocessing --no-deps</code >
2525</pre >
2626
You can’t perform that action at this time.
0 commit comments