[Python] Udemy Image Judgment AI App Development Part1

I get an error when I try to install flickrapi with pip

environment

Windows10 python3.7.6 Anaconda

Contents

Enter the following command to install flickrapi with pip

(tf140) C:\Users\username>pip install flickrapi

An error has occured

ERROR: Exception:
Traceback (most recent call last):
  File "C:\python\envs\tf140\lib\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
    yield
  File "C:\python\envs\tf140\lib\site-packages\pip\_vendor\urllib3\response.py", line 507, in read
~~ Omitted ~~
    raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

When I looked it up, "Read timed out" It seems that the reading was normally too long and an error was output.

Correspondence and result

Enter the following command

pip --default-timeout=100 install flickrapi

It's like changing the time until the timeout (default value) to 100 seconds ...?

It worked: relaxed:

Recommended Posts

[Python] Udemy Image Judgment AI App Development Part1
Image processing with Python (Part 2)
Image processing with Python (Part 1)
Image processing with Python (Part 3)
Python: Gender Identification (Deep Learning Development) Part 1
Python: Gender Identification (Deep Learning Development) Part 2
Building a Python development environment for AI development
Easy Raspberry Pi GUI App Development Beginner Part 1
Color page judgment of scanned image with python
Easy Raspberry Pi GUI App Development Beginner Part 2
Incorporate Sheltie Judgment AI into your web app
[Python + OpenCV] Whiten the transparent part of the image
QGIS + Python Part 2
python image processing
QGIS + Python Part 1
Python: Scraping Part 1
Python3 Beginning Part 1
Python: Scraping Part 2
Problems and countermeasures in smartphone app game development Part 1
App development to tweet in Python from Visual Studio 2017
Google App Engine / Python development environment construction procedure (late 2014)
Problems and countermeasures in smartphone app game development Part 2