Translations:Python/63/en

From Alliance Doc
Revision as of 20:00, 17 October 2019 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search
  1. Run pip download --no-deps tensorboardX. This will download the package as tensorboardX-1.9-py2.py3-none-any.whl (or similar) in the working directory. The syntax of pip download is the same as pip install.
  2. If the filename does not end with none-any, and ends with something like linux_x86_64 or manylinux*_x86_64, the wheel might not function correctly. You should contact Technical support so that we compile the wheel and make it available on our systems.
  3. Then, when installing, pass the path to the file: pip install tensorboardX-1.9-py2.py3-none-any.whl.