You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting wasabi<1.1.0,>=0.2.0 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/f4/c1/d76ccdd12c716be7916
2d934fe7de4ac8a318b9302864716dde940641a79/wasabi-0.2.2-py3-none-any.whl
Collecting blis<0.3.0,>=0.2.2 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/5e/94/9da0eff97411b3e8593
3e8b955d2ffd353f97b65372a2861e57d59d9ad5d/blis-0.2.4-cp37-cp37m-win_amd64.whl
Collecting numpy>=1.15.0 (from spacy<2.2,>=2.1->chatterbot)
Downloading https://files.pythonhosted.org/packages/ce/61/be72eee50f042db3acf0
b1fb86650ad36d6c0d9be9fc29f8505d3b9d6baa/numpy-1.16.4-cp37-cp37m-win_amd64.whl (
11.9MB)
39% |████████████▌ | 4.7MB 273kB/s eta 0:00:27Exception:
Traceback (most recent call last):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 360, in _error_catcher
yield
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 442, in read
data = self._fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\cachecontrol\filewrapper.py", line 62, in read
data = self.__fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 457, in read
n = self.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 501, in readinto
n = self.fp.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\socket.py",
line 589, in readinto
return self._sock.recv_into(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 1071, in recv_into
return self.read(nbytes, buffer)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 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\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\cli\base_command.py", line 179, in main
status = self.run(options, args)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\commands\install.py", line 315, in run
resolver.resolve(requirement_set)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 131, in resolve
self._resolve_one(requirement_set, req)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 294, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 242, in _get_abstract_dist_for
self.require_hashes
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\operations\prepare.py", line 334, in prepare_linked_requirement
progress_bar=self.progress_bar
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 878, in unpack_url
progress_bar=progress_bar
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 702, in unpack_http_url
progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 946, in _download_http_url
_download_url(resp, link, content_file, hashes, progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 639, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\hashes.py", line 62, in check_against_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 607, in written_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\ui.py", line 159, in iter
for x in it:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 596, in resp_read
decode_content=False):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 494, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 459, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\contextlib.
py", line 130, in exit
self.gen.throw(type, value, traceback)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 365, 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.
You are using pip version 19.0.3, however version 19.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.
C:\Windows\system32>python -m chatterbot --version
C:\Users\SelfMade\AppData\Local\Programs\Python\Python37\python.exe: No module n
amed chatterbot
Collecting python-dateutil<2.8,>=2.7 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a
8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any
.whl
Collecting pint>=0.8.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/15/9d/bf177ebbc57d25e9e29
6addc14a1303d1e34d7964af5df428a8332349c42/Pint-0.9-py2.py3-none-any.whl
Collecting pyyaml<5.2,>=5.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/f5/93/b5ebdabc7e450418c26
a1395d995d878a59bc4272d6ac63d2ada922126ad/PyYAML-5.1.1-cp37-cp37m-win_amd64.whl
Collecting mathparse<0.2,>=0.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/c3/e5/4910fb85950cb960fcf
3f5aabe1c8e55f5c9201788a1c1302b570a7e1f84/mathparse-0.1.2-py3-none-any.whl
Collecting spacy<2.2,>=2.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/bd/a1/ebe181049034c9e0a6e
21104a0062f30fd6cd461ad524c4b868dbf12297a/spacy-2.1.6-cp37-cp37m-win_amd64.whl
Collecting six (from nltk<4.0,>=3.2->chatterbot)
Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe
898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting cymem<2.1.0,>=2.0.2 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/73/26/fb9d708e2570bb48f35
ce8b6f796ece9b0805191eb11545697a4e9fe06bc/cymem-2.0.2-cp37-cp37m-win_amd64.whl
Collecting plac<1.0.0,>=0.9.6 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/9e/9b/62c60d2f5bc135d2aa1
d8c8a86aaf84edb719a59c7f11a4316259e61a298/plac-0.9.6-py2.py3-none-any.whl
Collecting blis<0.3.0,>=0.2.2 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/5e/94/9da0eff97411b3e8593
3e8b955d2ffd353f97b65372a2861e57d59d9ad5d/blis-0.2.4-cp37-cp37m-win_amd64.whl
Collecting srsly<1.1.0,>=0.0.6 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/21/89/89033beed5e5c5216a6
c2c057244bd81944a054e251ef2330ddcde8e13ac/srsly-0.0.7-cp37-cp37m-win_amd64.whl
Collecting murmurhash<1.1.0,>=0.28.0 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/4f/7b/d77bc9bb101e113884b
2d70a118e7ec8dcc9846a35a0e10d47ca37acdcbf/murmurhash-1.0.2-cp37-cp37m-win_amd64.
whl
Collecting numpy>=1.15.0 (from spacy<2.2,>=2.1->chatterbot)
Downloading https://files.pythonhosted.org/packages/ce/61/be72eee50f042db3acf0
b1fb86650ad36d6c0d9be9fc29f8505d3b9d6baa/numpy-1.16.4-cp37-cp37m-win_amd64.whl (
11.9MB)
3% |█ | 368kB 136kB/s eta 0:01:25Exception:
Traceback (most recent call last):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 360, in _error_catcher
yield
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 442, in read
data = self._fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\cachecontrol\filewrapper.py", line 62, in read
data = self.__fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 457, in read
n = self.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 501, in readinto
n = self.fp.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\socket.py",
line 589, in readinto
return self._sock.recv_into(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 1071, in recv_into
return self.read(nbytes, buffer)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 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\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\cli\base_command.py", line 179, in main
status = self.run(options, args)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\commands\install.py", line 315, in run
resolver.resolve(requirement_set)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 131, in resolve
self._resolve_one(requirement_set, req)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 294, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 242, in _get_abstract_dist_for
self.require_hashes
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\operations\prepare.py", line 334, in prepare_linked_requirement
progress_bar=self.progress_bar
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 878, in unpack_url
progress_bar=progress_bar
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 702, in unpack_http_url
progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 946, in _download_http_url
_download_url(resp, link, content_file, hashes, progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 639, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\hashes.py", line 62, in check_against_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 607, in written_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\ui.py", line 159, in iter
for x in it:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 596, in resp_read
decode_content=False):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 494, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 459, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\contextlib.
py", line 130, in exit
self.gen.throw(type, value, traceback)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 365, 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.
You are using pip version 19.0.3, however version 19.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.
C:\Windows\system32>
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "chatbot.py", line 1, in
from chatterbot import ChatBot
ModuleNotFoundError: No module named 'chatterbot'
i got this error what i can do for that
I believe the error you encountered that prevented ChatterBot from being installed has been resolved by #2027 and released in version 1.0.8. Please let me know if you encounter any further issues.
Using cached https://files.pythonhosted.org/packages/bd/a1/ebe181049034c9e0a6e
21104a0062f30fd6cd461ad524c4b868dbf12297a/spacy-2.1.6-cp37-cp37m-win_amd64.whl
Collecting mathparse<0.2,>=0.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/c3/e5/4910fb85950cb960fcf
3f5aabe1c8e55f5c9201788a1c1302b570a7e1f84/mathparse-0.1.2-py3-none-any.whl
Collecting pytz (from chatterbot)
Using cached https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d
0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl
Collecting pint>=0.8.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/15/9d/bf177ebbc57d25e9e29
6addc14a1303d1e34d7964af5df428a8332349c42/Pint-0.9-py2.py3-none-any.whl
Collecting pymongo<4.0,>=3.3 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/57/b0/acf286a558e19dc0992
354181c8650dffc79fced47a4555e49ca70acf426/pymongo-3.8.0-cp37-cp37m-win_amd64.whl
Collecting pyyaml<5.2,>=5.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/f5/93/b5ebdabc7e450418c26
a1395d995d878a59bc4272d6ac63d2ada922126ad/PyYAML-5.1.1-cp37-cp37m-win_amd64.whl
Collecting nltk<4.0,>=3.2 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/87/16/4d247e27c55a7b6412e
7c4c86f2500ae61afcbf5932b9e3491f8462f8d9e/nltk-3.4.4.zip
Collecting sqlalchemy<1.3,>=1.2 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/f9/67/d07cf7ac7e6dd0bc55b
a62816753f86d7c558107104ca915e730c9ec2512/SQLAlchemy-1.2.19.tar.gz
Collecting python-dateutil<2.8,>=2.7 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a
8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any
.whl
Collecting srsly<1.1.0,>=0.0.6 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/21/89/89033beed5e5c5216a6
c2c057244bd81944a054e251ef2330ddcde8e13ac/srsly-0.0.7-cp37-cp37m-win_amd64.whl
Collecting thinc<7.1.0,>=7.0.8 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/20/16/96f6c0a4301f392077c
67831639e8e614e2adf45185ee6a1c6a3f0ab2299/thinc-7.0.8-cp37-cp37m-win_amd64.whl
Collecting murmurhash<1.1.0,>=0.28.0 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/4f/7b/d77bc9bb101e113884b
2d70a118e7ec8dcc9846a35a0e10d47ca37acdcbf/murmurhash-1.0.2-cp37-cp37m-win_amd64.
whl
Collecting preshed<2.1.0,>=2.0.1 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/b8/e3/0ec374ed2b5046073e7
35b6e349d759e795fc2e3c83306fbef88efa01921/preshed-2.0.1-cp37-cp37m-win_amd64.whl
Collecting wasabi<1.1.0,>=0.2.0 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/f4/c1/d76ccdd12c716be7916
2d934fe7de4ac8a318b9302864716dde940641a79/wasabi-0.2.2-py3-none-any.whl
Collecting blis<0.3.0,>=0.2.2 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/5e/94/9da0eff97411b3e8593
3e8b955d2ffd353f97b65372a2861e57d59d9ad5d/blis-0.2.4-cp37-cp37m-win_amd64.whl
Collecting numpy>=1.15.0 (from spacy<2.2,>=2.1->chatterbot)
Downloading https://files.pythonhosted.org/packages/ce/61/be72eee50f042db3acf0
b1fb86650ad36d6c0d9be9fc29f8505d3b9d6baa/numpy-1.16.4-cp37-cp37m-win_amd64.whl (
11.9MB)
39% |████████████▌ | 4.7MB 273kB/s eta 0:00:27Exception:
Traceback (most recent call last):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 360, in _error_catcher
yield
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 442, in read
data = self._fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\cachecontrol\filewrapper.py", line 62, in read
data = self.__fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 457, in read
n = self.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 501, in readinto
n = self.fp.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\socket.py",
line 589, in readinto
return self._sock.recv_into(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 1071, in recv_into
return self.read(nbytes, buffer)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 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\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\cli\base_command.py", line 179, in main
status = self.run(options, args)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\commands\install.py", line 315, in run
resolver.resolve(requirement_set)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 131, in resolve
self._resolve_one(requirement_set, req)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 294, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 242, in _get_abstract_dist_for
self.require_hashes
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\operations\prepare.py", line 334, in prepare_linked_requirement
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 878, in unpack_url
progress_bar=progress_bar
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 702, in unpack_http_url
progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 946, in _download_http_url
_download_url(resp, link, content_file, hashes, progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 639, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\hashes.py", line 62, in check_against_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 607, in written_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\ui.py", line 159, in iter
for x in it:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 596, in resp_read
decode_content=False):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 494, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 459, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\contextlib.
py", line 130, in exit
self.gen.throw(type, value, traceback)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 365, 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.
You are using pip version 19.0.3, however version 19.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.
C:\Windows\system32>python -m chatterbot --version
C:\Users\SelfMade\AppData\Local\Programs\Python\Python37\python.exe: No module n
amed chatterbot
C:\Windows\system32>pip install chatterbot --upgrade
Collecting chatterbot
Using cached https://files.pythonhosted.org/packages/6c/0e/dac0d82f34f86bf509c
f5ef3e2dfc5aa7d444bd843a2330ceb7d854f84f2/ChatterBot-1.0.5-py2.py3-none-any.whl
Collecting sqlalchemy<1.3,>=1.2 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/f9/67/d07cf7ac7e6dd0bc55b
a62816753f86d7c558107104ca915e730c9ec2512/SQLAlchemy-1.2.19.tar.gz
Collecting nltk<4.0,>=3.2 (from chatterbot)
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.or
g', port=443): Read timed out. (read timeout=15)")': /simple/nltk/
Using cached https://files.pythonhosted.org/packages/87/16/4d247e27c55a7b6412e
7c4c86f2500ae61afcbf5932b9e3491f8462f8d9e/nltk-3.4.4.zip
Collecting pytz (from chatterbot)
Using cached https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d
0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl
Collecting pymongo<4.0,>=3.3 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/57/b0/acf286a558e19dc0992
354181c8650dffc79fced47a4555e49ca70acf426/pymongo-3.8.0-cp37-cp37m-win_amd64.whl
Collecting python-dateutil<2.8,>=2.7 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a
8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any
.whl
Collecting pint>=0.8.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/15/9d/bf177ebbc57d25e9e29
6addc14a1303d1e34d7964af5df428a8332349c42/Pint-0.9-py2.py3-none-any.whl
Collecting pyyaml<5.2,>=5.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/f5/93/b5ebdabc7e450418c26
a1395d995d878a59bc4272d6ac63d2ada922126ad/PyYAML-5.1.1-cp37-cp37m-win_amd64.whl
Collecting mathparse<0.2,>=0.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/c3/e5/4910fb85950cb960fcf
3f5aabe1c8e55f5c9201788a1c1302b570a7e1f84/mathparse-0.1.2-py3-none-any.whl
Collecting spacy<2.2,>=2.1 (from chatterbot)
Using cached https://files.pythonhosted.org/packages/bd/a1/ebe181049034c9e0a6e
21104a0062f30fd6cd461ad524c4b868dbf12297a/spacy-2.1.6-cp37-cp37m-win_amd64.whl
Collecting six (from nltk<4.0,>=3.2->chatterbot)
Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe
898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting cymem<2.1.0,>=2.0.2 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/73/26/fb9d708e2570bb48f35
ce8b6f796ece9b0805191eb11545697a4e9fe06bc/cymem-2.0.2-cp37-cp37m-win_amd64.whl
Collecting plac<1.0.0,>=0.9.6 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/9e/9b/62c60d2f5bc135d2aa1
d8c8a86aaf84edb719a59c7f11a4316259e61a298/plac-0.9.6-py2.py3-none-any.whl
Collecting blis<0.3.0,>=0.2.2 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/5e/94/9da0eff97411b3e8593
3e8b955d2ffd353f97b65372a2861e57d59d9ad5d/blis-0.2.4-cp37-cp37m-win_amd64.whl
Collecting srsly<1.1.0,>=0.0.6 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/21/89/89033beed5e5c5216a6
c2c057244bd81944a054e251ef2330ddcde8e13ac/srsly-0.0.7-cp37-cp37m-win_amd64.whl
Collecting murmurhash<1.1.0,>=0.28.0 (from spacy<2.2,>=2.1->chatterbot)
Using cached https://files.pythonhosted.org/packages/4f/7b/d77bc9bb101e113884b
2d70a118e7ec8dcc9846a35a0e10d47ca37acdcbf/murmurhash-1.0.2-cp37-cp37m-win_amd64.
whl
Collecting numpy>=1.15.0 (from spacy<2.2,>=2.1->chatterbot)
Downloading https://files.pythonhosted.org/packages/ce/61/be72eee50f042db3acf0
b1fb86650ad36d6c0d9be9fc29f8505d3b9d6baa/numpy-1.16.4-cp37-cp37m-win_amd64.whl (
11.9MB)
3% |█ | 368kB 136kB/s eta 0:01:25Exception:
Traceback (most recent call last):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 360, in _error_catcher
yield
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 442, in read
data = self._fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\cachecontrol\filewrapper.py", line 62, in read
data = self.__fp.read(amt)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 457, in read
n = self.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\http\client
.py", line 501, in readinto
n = self.fp.readinto(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\socket.py",
line 589, in readinto
return self._sock.recv_into(b)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 1071, in recv_into
return self.read(nbytes, buffer)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\ssl.py", li
ne 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\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\cli\base_command.py", line 179, in main
status = self.run(options, args)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\commands\install.py", line 315, in run
resolver.resolve(requirement_set)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 131, in resolve
self._resolve_one(requirement_set, req)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 294, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\resolve.py", line 242, in _get_abstract_dist_for
self.require_hashes
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\operations\prepare.py", line 334, in prepare_linked_requirement
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 878, in unpack_url
progress_bar=progress_bar
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 702, in unpack_http_url
progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 946, in _download_http_url
_download_url(resp, link, content_file, hashes, progress_bar)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 639, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\hashes.py", line 62, in check_against_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 607, in written_chunks
for chunk in chunks:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\utils\ui.py", line 159, in iter
for x in it:
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_internal\download.py", line 596, in resp_read
decode_content=False):
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 494, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 459, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\contextlib.
py", line 130, in exit
self.gen.throw(type, value, traceback)
File "c:\users\selfmade\appdata\local\programs\python\python37\lib\site-packag
es\pip_vendor\urllib3\response.py", line 365, 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.
You are using pip version 19.0.3, however version 19.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.
C:\Windows\system32>
The text was updated successfully, but these errors were encountered: