You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/16 15:02:21 UTC

[GitHub] [airflow] udhayakannan opened a new issue #8406: Unable to install apache-airflow 1.10.5

udhayakannan opened a new issue #8406: Unable to install apache-airflow 1.10.5 
URL: https://github.com/apache/airflow/issues/8406
 
 
   I am seeing below error while downloading 1.10.5 version in ubuntu
    Cache entry deserialization failed, entry ignored
     Downloading https://files.pythonhosted.org/packages/d5/12/6e5e4207483df7e82ac87079281f8f500e6610247ceb1464ed5592f4ceed/apache_airflow-1.10.5-py2.py3-none-any.whl (5.9MB)
       81% |██████████████████████████      | 4.8MB 4.2kB/s eta 0:04:27Exception:
   Traceback (most recent call last):
     File "/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py", line 302, in _error_catcher
       yield
     File "/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py", line 384, in read
       data = self._fp.read(amt)
     File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/filewrapper.py", line 60, in read    data = self.__fp.read(amt)
     File "/usr/lib/python3.6/http/client.py", line 459, in read
       n = self.readinto(b)
     File "/usr/lib/python3.6/http/client.py", line 503, in readinto
       n = self.fp.readinto(b)
     File "/usr/lib/python3.6/socket.py", line 586, in readinto
       return self._sock.recv_into(b)
     File "/usr/lib/python3.6/ssl.py", line 1012, in recv_into
       return self.read(nbytes, buffer)
     File "/usr/lib/python3.6/ssl.py", line 874, in read
       return self._sslobj.read(len, buffer)
     File "/usr/lib/python3.6/ssl.py", line 631, in read
       v = self._sslobj.read(len, buffer)
   socket.timeout: The read operation timed out
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main
       status = self.run(options, args)
     File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run
       wb.build(autobuilding=True)
     File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build
       self.requirement_set.prepare_files(self.finder)
     File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files
       ignore_dependencies=self.ignore_dependencies))
     File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 620, in _prepare_file
       session=self.session, hashes=hashes)
     File "/usr/lib/python3/dist-packages/pip/download.py", line 821, in unpack_url
       hashes=hashes
     File "/usr/lib/python3/dist-packages/pip/download.py", line 659, in unpack_http_url
       hashes)
     File "/usr/lib/python3/dist-packages/pip/download.py", line 882, in _download_http_url
       _download_url(resp, link, content_file, hashes)
     File "/usr/lib/python3/dist-packages/pip/download.py", line 603, in _download_url
       hashes.check_against_chunks(downloaded_chunks)
     File "/usr/lib/python3/dist-packages/pip/utils/hashes.py", line 46, in check_against_chunks
       for chunk in chunks:
     File "/usr/lib/python3/dist-packages/pip/download.py", line 571, in written_chunks
       for chunk in chunks:
     File "/usr/lib/python3/dist-packages/pip/utils/ui.py", line 139, in iter
       for x in it:
     File "/usr/lib/python3/dist-packages/pip/download.py", line 560, in resp_read
       decode_content=False):
     File "/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py", line 436, in stream
       data = self.read(amt=amt, decode_content=decode_content)
     File "/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py", line 401, in read
       raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
     File "/usr/lib/python3.6/contextlib.py", line 99, in __exit__
       self.gen.throw(type, value, traceback)
     File "/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py", line 307, in _error_catcher
       raise ReadTimeoutError(self._pool, None, 'Read timed out.')
   urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out
   
   1.10.10 is getting installed in ubuntu but unable to see the Airflow package in root folder.
   Please guide me

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8406: Unable to install apache-airflow 1.10.5

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8406: Unable to install apache-airflow 1.10.5 
URL: https://github.com/apache/airflow/issues/8406#issuecomment-614708686
 
 
   Thanks for opening your first issue here! Be sure to follow the issue template!
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk commented on issue #8406: Unable to install apache-airflow 1.10.5

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #8406: Unable to install apache-airflow 1.10.5 
URL: https://github.com/apache/airflow/issues/8406#issuecomment-614731512
 
 
   Please take a look at the info explained when you open the issue. For general troubleshooting and questions you should use Airflow  slack. See https://airflow.apache.org

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk closed issue #8406: Unable to install apache-airflow 1.10.5

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #8406: Unable to install apache-airflow 1.10.5 
URL: https://github.com/apache/airflow/issues/8406
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services