[ec2-user@ip-10-122-57-183 ~]$ sudo install_compass
|
Retrieving the Compass package from https://compass.mongodb.com/api/v2/download/latest/compass/stable/linux_rpm
|
Unable to download MongoDB Compass, please check your internet connection. If the issue persists go to https://www.mongodb.com/download-center?jmp=hero#compass to download the compass installer for your platform.
|
Traceback (most recent call last):
|
File "/bin/install_compass", line 144, in download_file
|
response = urlopen(url)
|
File "/usr/lib64/python3.6/urllib/request.py", line 223, in urlopen
|
return opener.open(url, data, timeout)
|
File "/usr/lib64/python3.6/urllib/request.py", line 532, in open
|
response = meth(req, response)
|
File "/usr/lib64/python3.6/urllib/request.py", line 642, in http_response
|
'http', request, response, code, msg, hdrs)
|
File "/usr/lib64/python3.6/urllib/request.py", line 570, in error
|
return self._call_chain(*args)
|
File "/usr/lib64/python3.6/urllib/request.py", line 504, in _call_chain
|
result = func(*args)
|
File "/usr/lib64/python3.6/urllib/request.py", line 650, in http_error_default
|
raise HTTPError(req.full_url, code, msg, hdrs, fp)
|
urllib.error.HTTPError: HTTP Error 404: Not Found
|
|
During handling of the above exception, another exception occurred:
|
|
Traceback (most recent call last):
|
File "/bin/install_compass", line 373, in download_and_install_compass
|
download_file(url=url, filename=filename)
|
File "/bin/install_compass", line 156, in download_file
|
raise FileDownloadError('Unable to download MongoDB Compass, please check your internet' \
|
FileDownloadError: Unable to download MongoDB Compass, please check your internet connection. If the issue persists go to https://www.mongodb.com/download-center?jmp=hero#compass to download the compass installer for your platform.
|
Cleaning up...
|
Done!
|
A log file for this installation can be found at /tmp/install_compass.log
|
Please see our documentation for how to download and install Compass manually: https://docs.mongodb.com/compass/current/install/#download-and-install-compass
|