How to install specific version of NumPy using pip?

You can easily install a specific version of NumPy using pip with the following code. If you want to learn Python then I will highly recommend you to read This Book.

How to install specific version of NumPy using pip?
How to install a specific version of NumPy using pip?

Install a specific version of NumPy

Write the given code in any of these interpreters i.e. Command Prompt, Jupyter Notebook, or Anaconda Prompt

# To install a specific version of a NumPy using pip:
# pip install numpy==version

# Example
pip install numpy==1.20.2

People are also reading:

Best Python Books

What is Computer Vision? Examples, Applications, Techniques

Top 10 Computer Vision Books with Python

Books for Machine Learning (ML)

Free Learning Resources

Leave a Comment

Your email address will not be published.