Script exit with no output
Exception reading Public Suffix List url https://publicsuffix.org/list/public_suffix_list.dat
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
chunked=chunked,
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 376, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 334, in connect
conn = self._new_conn()
File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
self, "Failed to establish a new connection: %s" % e
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bc1e9b320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 436, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bc1e9b320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/tldextract/remote.py", line 37, in find_first_response
resp = session.get(url, timeout=cache_fetch_timeout)
File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bc1e9b320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
Exception reading Public Suffix List url https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
chunked=chunked,
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 376, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 334, in connect
conn = self._new_conn()
File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
self, "Failed to establish a new connection: %s" % e
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bc1e9bf28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 436, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bc1e9bf28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/tldextract/remote.py", line 37, in find_first_response
resp = session.get(url, timeout=cache_fetch_timeout)
File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bc1e9bf28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
No Public Suffix List found. Consider using a mirror or constructing your TLDExtract with `suffix_list_urls=None`.
/usr/local/lib/python3.6/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator TfidfTransformer from version 0.21.2 when using version 0.22. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
/usr/local/lib/python3.6/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator TfidfVectorizer from version 0.21.2 when using version 0.22. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
/usr/local/lib/python3.6/site-packages/sklearn/utils/deprecation.py:144: FutureWarning: The sklearn.linear_model.logistic module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.linear_model. Anything that cannot be imported from sklearn.linear_model is now part of the private API.
warnings.warn(message, FutureWarning)
/usr/local/lib/python3.6/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator LogisticRegression from version 0.21.2 when using version 0.22. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
/usr/local/lib/python3.6/site-packages/sklearn/utils/deprecation.py:144: FutureWarning: The sklearn.preprocessing.label module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.preprocessing. Anything that cannot be imported from sklearn.preprocessing is now part of the private API.
warnings.warn(message, FutureWarning)
/usr/local/lib/python3.6/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator LabelBinarizer from version 0.21.2 when using version 0.22. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
/usr/local/lib/python3.6/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator OneVsRestClassifier from version 0.21.2 when using version 0.22. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
/home/wu-mi/Downloads/Telegram Desktop/PLEASE_READ_README_BEFORE_INSTALLATION!!!/runner.py:66: FutureWarning: Sorting because non-concatenation axis is not aligned. A future version
of pandas will change to not sort by default.
To accept the future behavior, pass 'sort=False'.
To retain the current behavior and silence the warning, pass 'sort=True'.
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'joblib.externals.loky.backend.resource_tracker'
usage: Command line parser [-h] --pipe PIPE --semaphore SEMAPHORE
[--process-name PROCESS_NAME]
Command line parser: error: the following arguments are required: --semaphore
usage: Command line parser [-h] --pipe PIPE --semaphore SEMAPHORE
[--process-name PROCESS_NAME]
Command line parser: error: the following arguments are required: --semaphore
usage: Command line parser [-h] --pipe PIPE --semaphore SEMAPHORE
[--process-name PROCESS_NAME]
Command line parser: error: the following arguments are required: --semaphore
usage: Command line parser [-h] --pipe PIPE --semaphore SEMAPHORE
[--process-name PROCESS_NAME]
Command line parser: error: the following arguments are required: --semaphore
usage: Command line parser [-h] --pipe PIPE --semaphore SEMAPHORE
[--process-name PROCESS_NAME]
Command line parser: error: the following arguments are required: --semaphore
usage: Command line parser [-h] --pipe PIPE --semaphore SEMAPHORE
[--process-name PROCESS_NAME]
Command line parser: error: the following arguments are required: --semaphore
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'joblib.externals.loky.backend.resource_tracker'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'joblib.externals.loky.backend.resource_tracker'
/usr/local/lib/python3.6/site-packages/joblib/externals/loky/backend/resource_tracker.py:101: UserWarning: resource_tracker: process died unexpectedly, relaunching. Some folders/sempahores might leak.
warnings.warn('resource_tracker: process died unexpectedly, '
/usr/local/lib/python3.6/site-packages/joblib/externals/loky/backend/resource_tracker.py:101: UserWarning: resource_tracker: process died unexpectedly, relaunching. Some folders/sempahores might leak.
warnings.warn('resource_tracker: process died unexpectedly, '
Traceback (most recent call last):
File "/home/wu-mi/Downloads/Telegram Desktop/PLEASE_READ_README_BEFORE_INSTALLATION!!!/runner.py", line 161, in <module>
main()
File "/home/wu-mi/Downloads/Telegram Desktop/PLEASE_READ_README_BEFORE_INSTALLATION!!!/runner.py", line 157, in main
parse_args()
File "/home/wu-mi/Downloads/Telegram Desktop/PLEASE_READ_README_BEFORE_INSTALLATION!!!/runner.py", line 150, in parse_args
df = stage_4(df)
File "/home/wu-mi/Downloads/Telegram Desktop/PLEASE_READ_README_BEFORE_INSTALLATION!!!/runner.py", line 70, in stage_4
df = RunPipeline(df)
File "./modules/thread_maker.py", line 428, in RunPipeline
df_ru_final = AssignThreadsToNews(df_with_entities[df_with_entities.language == 'ru'], ru_stopwords)
File "./modules/thread_maker.py", line 408, in AssignThreadsToNews
filtered_df = KmeansPersonQuorum(df)
File "./modules/thread_maker.py", line 400, in KmeansPersonQuorum
kmeans = KMeans(n_clusters=min(df.Persons.shape[0] // 4, 100), n_jobs=8, max_iter=10, n_init=4, random_state=42).fit(person)
File "/usr/local/lib/python3.6/site-packages/sklearn/cluster/_k_means.py", line 955, in fit
for seed in seeds)
File "/usr/local/lib/python3.6/site-packages/joblib/parallel.py", line 1017, in __call__
self.retrieve()
File "/usr/local/lib/python3.6/site-packages/joblib/parallel.py", line 909, in retrieve
self._output.extend(job.get(timeout=self.timeout))
File "/usr/local/lib/python3.6/site-packages/joblib/_parallel_backends.py", line 562, in wrap_future_result
return future.result(timeout=timeout)
File "/usr/local/lib/python3.6/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/local/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
joblib.externals.loky.process_executor.TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated. This could be caused by a segmentation fault while calling the function or by an excessive memory usage causing the Operating System to kill the worker. The exit codes of the workers are {EXIT(2)}