1. pip搜索包
pip search已经停用,需要安装pip-search包
> pip install pip-search
> pip_search numpy
🐍 https://pypi.org/search/?q=numpy 🐍
┌──────────────────────┬─────────┬────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Package │ Version │ Released │ Description │
├──────────────────────┼─────────┼────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ 📂 numpy │ 1.23.1 │ 09-07-2022 │ NumPy is the fundamental package for array computing with Python. │
│ 📂 numpy1 │ 0.0.1 │ 24-01-2021 │ Python │
│ 📂 numpy-serializer │ 0.1.3 │ 24-12-2020 │ Preserve numpy arrays shapes while serializing them to bytes │
...
│ 📂 ccv-numpy │ 0.0.5 │ 18-10-2021 │ Wrapper module for ccv using numpy arrays interface │
│ 📂 idx2numpy │ 1.2.3 │ 09-10-2020 │ A Python package which provides tools to convert files to and from IDX format (described at http://yann.lecun.com/exdb/mnist/) into │
│ │ │ │ numpy.ndarray. │
│ 📂 numpy-syncer │ 0.0.1 │ 09-07-2019 │ Manage a Numpy data structure using Peewee-Sync │
│ 📂 deuces-numpy │ 0.5 │ 28-07-2019 │ │
│ 📂 numpy-indexed │ 0.3.5 │ 25-04-2018 │ This package contains functionality for indexed operations on numpy ndarrays, providing efficient vectorized functionality such as │
│ │ │ │ grouping and set operations. │
│ 📂 numpy-html │ 1.0.0 │ 16-11-2021 │ A simple table renderer for numpy arrays. Provides a rich display hook for use with Jupyter Lab / Notebook. │
│ 📂 guillotina-numpy │ 1.0.1 │ 22-09-2020 │ │
│ 📂 envi2numpy │ 1.4 │ 24-06-2020 │ Package used for reading and converting hyperspectral ENVI captures to numpy │
│ 📂 numpy2gif │ 1.0 │ 26-04-2019 │ Convert single and multiple numpy images to a gif image without PIL or pillow │
│ 📂 hypothesis-numpy │ 2.0.0 │ 27-07-2015 │ Adds support for generating datetime to Hypothesis │
│ 📂 concrete-numpy │ 0.5.0 │ 07-04-2022 │ Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully │
│ │ │ │ Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler. │
└──────────────────────┴─────────┴────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
2. pip查看可安装包版本
> pip index versions numpy
numpy (1.21.6)
Available versions: 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21.0, 1.20.3, 1.20.2, 1.20.1, 1.20.0, 1.19.5, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19.0, 1.18.5, 1.18.4, 1.18.3, 1.18.2, 1.18.1, 1.18.0, 1.17.5, 1.17.4, 1.17.3, 1.17.2, 1.17.1, 1.17.0, 1.16.6, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16.0, 1.15.4, 1.15.3, 1.15.2, 1.15.1, 1.15.0, 1.14.6, 1.14.5, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14.0, 1.13.3, 1.13.1, 1.13.0, 1.12.1, 1.12.0, 1.11.3, 1.11.2, 1.11.1, 1.11.0, 1.10.4, 1.10.2, 1.10.1, 1.10.0.post2, 1.9.3, 1.9.2, 1.9.1, 1.9.0, 1.8.2, 1.8.1, 1.8.0, 1.7.2, 1.7.1, 1.7.0, 1.6.2, 1.6.1, 1.6.0, 1.5.1, 1.5.0, 1.4.1, 1.3.0
3. conda搜索包&查看可安装包版本
> conda search numpy
Loading channels: done
# Name Version Build Channel
numpy 1.9.3 py27he0c0ee4_6 pkgs/main
numpy 1.9.3 py27he0c0ee4_7 pkgs/main
numpy 1.9.3 py27he78448b_2 pkgs/main
numpy 1.9.3 py35h0e52b17_2 pkgs/main
numpy 1.9.3 py35hd5b3723_7 pkgs/main
numpy 1.9.3 py36hd5b3723_5 pkgs/main
numpy 1.9.3 py36hd5b3723_6 pkgs/main
numpy 1.9.3 py36hd5b3723_7 pkgs/main
numpy 1.9.3 py37hd5b3723_5 pkgs/main
numpy 1.9.3 py37hd5b3723_6 pkgs/main
numpy 1.9.3 py37hd5b3723_7 pkgs/main
...