It looks like you aren’t connecting to where PyPi stores the package correctly. Are you able to install other packages? Are you able to access things outside your local computer? Possible it was just temporary network problem?
One way to gauge if the problem is your local install (or other place you are running the notebook from) is to go to the Try Jupyter page and click on either ‘Try classic notebook’ or ‘Try JupyterLab’ and then try running the same code. If it works there, the problem is on your end or on your system or network, etc… (I can tell you that command you pasted above works when you do that.)
This isn’t a solution for your issue here. More of an aside that may save you headaches in the near future.
In general, it is better for when working in notebooks to get used to using %pip install. This is discussed more at the bottom of this answer.