Python: Difference between revisions

32 bytes removed ,  4 years ago
no edit summary
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 [[#Listing_available_wheels|Listing available wheels]].
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 "Listing 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.
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.


=== Listing available wheels === <!--T:23-->
=== 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:
rsnt_translations
56,430

edits