I am working on Windows 10, Python 3.7.5, Anaconda installation. Tried installing within a Conda virtual environment unsuccessfully. Then moved to installing directly using clone of git repository for rasa. The same sequence of things happens, as shown in the following error log:
(rasa) PS C:\Users\witho\Desktop\rasa-work-v1> cd rasa (rasa) PS C:\Users\witho\Desktop\rasa-work-v1\rasa> pip install -r requirements.txt Collecting requests==2.22.0 Using cached https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl Collecting boto3==1.9.146 Downloading https://files.pythonhosted.org/packages/20/9c/7111470f07700a6b06305943fc7521e49d9669dbda0c1862c4658130f235/boto3-1.9.146-py2.py3-none-any.whl (128kB) |ββββββββββββββββββββββββββββββββ| 133kB 504kB/s Collecting matplotlib==3.0.3 Downloading https://files.pythonhosted.org/packages/13/ca/8ae32601c1ebe482b140981eedadf8a927de719ca4cecc550b12a4b78f2d/matplotlib-3.0.3-cp37-cp37m-win_amd64.whl (9.1MB) |ββββββββββββββββββββββββββββββββ| 9.1MB 1.1MB/s Collecting simplejson==3.16.0 Downloading https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz (81kB) |ββββββββββββββββββββββββββββββββ| 81kB 1.1MB/s Collecting attrs==19.1.0 Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl Collecting jsonpickle==1.1 Downloading https://files.pythonhosted.org/packages/dc/12/8c44eabb501e2bc0aec0dd152b328074d98a50968d3a02be28f6037f0c6a/jsonpickle-1.1-py2.py3-none-any.whl Collecting redis==3.3.5 Downloading https://files.pythonhosted.org/packages/94/7a/c0d83bf432d07c567857f21b9d3e598c8c0cfad0a2dbf24d61d952f168c1/redis-3.3.5-py2.py3-none-any.whl (65kB) |ββββββββββββββββββββββββββββββββ| 71kB 918kB/s Collecting fakeredis==1.0.3 Downloading https://files.pythonhosted.org/packages/d4/14/8f2ee2331e35a5d8c6a9be1fb46087c31d89d03c63912cb1355e8d4685d6/fakeredis-1.0.3-py2.py3-none-any.whl Collecting pymongo==3.8.0 Downloading https://files.pythonhosted.org/packages/57/b0/acf286a558e19dc0992354181c8650dffc79fced47a4555e49ca70acf426/pymongo-3.8.0-cp37-cp37m-win_amd64.whl (317kB) |ββββββββββββββββββββββββββββββββ| 327kB 939kB/s Collecting numpy==1.16.3 Downloading https://files.pythonhosted.org/packages/4e/9d/c129d78e6b942303b762ccfdf1f8339de80c5e6021b14ef0c99ec5bdc6aa/numpy-1.16.3-cp37-cp37m-win_amd64.whl (11.9MB) |ββββββββββββββββββββββββββββββββ| 11.9MB 656kB/s Collecting scipy==1.2.1 Downloading https://files.pythonhosted.org/packages/58/f0/d00c0e01e077da883f030af3ff5ce653a0e9e4786f83faa89a6e18c98612/scipy-1.2.1-cp37-cp37m-win_amd64.whl (30.0MB) |βββββββββββββββββββ | 17.5MB 939kB/s eta 0:00:14ERROR: Exception: Traceback (most recent call last): File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_vendor\urllib3\response.pyβ, line 425, in _error_catcher yield File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_vendor\urllib3\response.pyβ, line 507, in read data = self._fp.read(amt) if not fp_closed else b"" File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_vendor\cachecontrol\filewrapper.pyβ, line 62, in read data = self.__fp.read(amt) File βC:\Users\witho\Anaconda3\envs\rasa\lib\http\client.pyβ, line 457, in read n = self.readinto(b) File βC:\Users\witho\Anaconda3\envs\rasa\lib\http\client.pyβ, line 501, in readinto n = self.fp.readinto(b) File βC:\Users\witho\Anaconda3\envs\rasa\lib\socket.pyβ, line 589, in readinto return self._sock.recv_into(b) File βC:\Users\witho\Anaconda3\envs\rasa\lib\ssl.pyβ, line 1071, in recv_into return self.read(nbytes, buffer) File βC:\Users\witho\Anaconda3\envs\rasa\lib\ssl.pyβ, line 929, in read return 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 βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\cli\base_command.pyβ, line 153, in _main status = self.run(options, args) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\commands\install.pyβ, line 382, in run resolver.resolve(requirement_set) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\legacy_resolve.pyβ, line 201, in resolve self._resolve_one(requirement_set, req) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\legacy_resolve.pyβ, line 365, in _resolve_one abstract_dist = self._get_abstract_dist_for(req_to_install) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\legacy_resolve.pyβ, line 313, in _get_abstract_dist_for req, self.session, self.finder, self.require_hashes File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\operations\prepare.pyβ, line 194, in prepare_linked_requirement progress_bar=self.progress_bar File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\download.pyβ, line 465, in unpack_url progress_bar=progress_bar File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\download.pyβ, line 316, in unpack_http_url progress_bar) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\download.pyβ, line 551, in _download_http_url _download_url(resp, link, content_file, hashes, progress_bar) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\download.pyβ, line 253, in _download_url hashes.check_against_chunks(downloaded_chunks) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\utils\hashes.pyβ, line 80, in check_against_chunks for chunk in chunks: File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\download.pyβ, line 223, in written_chunks for chunk in chunks: File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\utils\ui.pyβ, line 160, in iter for x in it: File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_internal\download.pyβ, line 212, in resp_read decode_content=False): File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_vendor\urllib3\response.pyβ, line 564, in stream data = self.read(amt=amt, decode_content=decode_content) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_vendor\urllib3\response.pyβ, line 529, in read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) File βC:\Users\witho\Anaconda3\envs\rasa\lib\contextlib.pyβ, line 130, in exit self.gen.throw(type, value, traceback) File βC:\Users\witho\Anaconda3\envs\rasa\lib\site-packages\pip_vendor\urllib3\response.pyβ, line 430, in _error_catcher raise ReadTimeoutError(self._pool, None, βRead timed out.β) pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=βfiles.pythonhosted.orgβ, port=443): Read timed out.