rsnt_translations
56,420
edits
m (Fix the erroneous fix of no-deps example) |
No edit summary |
||
Line 87: | Line 87: | ||
<!--T:69--> | <!--T:69--> | ||
Whenever a Compute Canada wheel is available for a given package, we strongly recommend to use it by way of the <code>--no-index</code> option. Compared to using packages from PyPI, wheels that have been compiled by Compute Canada staff can prevent issues with missing or conflicting dependencies, and were optimised for our clusters hardware and libraries. See [[# | Whenever a Compute Canada wheel is available for a given package, we strongly recommend to use it by way of the <code>--no-index</code> option. Compared to using packages from PyPI, wheels that have been compiled by Compute Canada staff can prevent issues with missing or conflicting dependencies, and were optimised for our clusters hardware and libraries. See [[#Available_wheels|Available wheels]]. | ||
<!--T:34--> | <!--T:34--> | ||
Line 178: | Line 178: | ||
<!--T:43--> | <!--T:43--> | ||
Note that the above instructions require all of the packages you need to be available in the python wheels that we provide (see " | Note that the above instructions require all of the packages you need to be available in the python wheels that we provide (see "Available wheels" below). If the wheel is not available in our wheelhouse, you can pre-download it (see "Pre-downloading packages" section below). If you think that the missing wheel should be included in the Compute Canada wheelhouse, please contact [[Technical support]] to make a request. | ||
=== | === Available wheels === <!--T:23--> | ||
Currently available wheels are listed on the [[Available Python wheels]] page. You can also run the command <tt>avail_wheels</tt> on the cluster. | Currently available wheels are listed on the [[Available Python wheels]] page. You can also run the command <tt>avail_wheels</tt> on the cluster. | ||
By default, it will: | By default, it will: |