Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 9ca2022

Browse files
authored
Merge pull request #34 from tensorflow/yifeif-patch-1
Add FAQ section.
2 parents 8c59110 + 48f53d5 commit 9ca2022

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,3 +317,13 @@ python -c "import tensorflow as tf;import tensorflow_zero_out as zero_out_module
317317
Once your pip package has been thoroughly tested, you can distribute your package by uploading your package to the Python Package Index. Please follow the [official instruction](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives) from Pypi.
318318

319319

320+
### FAQ
321+
322+
Here are some issues our users have ran into and possible solutions. Feel free to send us a PR to add more entries.
323+
324+
325+
| Issue | How to? |
326+
|---|---|
327+
| Do I need both the toolchain and the docker image? | Yes, you will need both to get the same setup we use to build TensorFlow's official pip package. |
328+
| How do I also create a manylinux2010 binary? | You can use [auditwheel](https://github.com/pypa/auditwheel) version 2.0.0 or newer. |
329+
| What do I do if I get `ValueError: Cannot repair wheel, because required library "libtensorflow_framework.so.1" could not be located` or `ValueError: Cannot repair wheel, because required library "libtensorflow_framework.so.2" could not be located` with auditwheel? | Please see [this related issue](https://github.com/tensorflow/tensorflow/issues/31807). |

0 commit comments

Comments
 (0)