Python: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Remove wheelhouse creation; suggest downloading single wheel)
No edit summary
Line 230: Line 230:
<!--T:63-->
<!--T:63-->
# Run <tt>pip download --no-deps tensorboardX</tt>. This will download the package as <tt>tensorboardX-1.9-py2.py3-none-any.whl</tt> (or similar) in the working directory. The syntax of <tt>pip download</tt> is the same as <tt>pip install</tt>.
# Run <tt>pip download --no-deps tensorboardX</tt>. This will download the package as <tt>tensorboardX-1.9-py2.py3-none-any.whl</tt> (or similar) in the working directory. The syntax of <tt>pip download</tt> is the same as <tt>pip install</tt>.
# If the filename does not end with <tt>none-any</tt>, and ends with something like <tt>linux_x86_64</tt> or <tt>manylinux*_x86_64</tt>, the wheel might not function correctly. You should contact us so that we compile the wheel and make it available on our systems.
# If the filename does not end with <tt>none-any</tt>, and ends with something like <tt>linux_x86_64</tt> or <tt>manylinux*_x86_64</tt>, the wheel might not function correctly. You should contact [[Technical support]] so that we compile the wheel and make it available on our systems.
# Then, when installing, pass the path to the file: <tt>pip install tensorboardX-1.9-py2.py3-none-any.whl</tt>.
# Then, when installing, pass the path to the file: <tt>pip install tensorboardX-1.9-py2.py3-none-any.whl</tt>.


rsnt_translations
56,420

edits

Navigation menu