Can I install this package through a Jupyter notebook? I tried with !pip install ucdeconvolve but am running into an Error
It starts by printing:
Collecting ucdeconvolve Downloading ucdeconvolve-0.1.2-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 2.5 MB/s eta 0:00:0000:0100:01m
But then prints
ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
Can I install this package through a Jupyter notebook? I tried with
!pip install ucdeconvolvebut am running into an ErrorIt starts by printing:
Collecting ucdeconvolve Downloading ucdeconvolve-0.1.2-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 2.5 MB/s eta 0:00:0000:0100:01mBut then prints
ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.