 Joined: Aug 2017
Posts: 1
|
Hi, I'm trying to compile this right now, and I'm getting an error when running install.py
INFO: no dependencies for jnaJar INFO: no dependencies for lgm INFO: no dependencies for infolist INFO: no dependencies for icns INFO: no dependencies for alure INFO: Extracting ./ENIGMAsystem/additional/alure.epackage Traceback (most recent call last): File "install.py", line 101, in <module> downloadPackage(g_packageToInstall) File "install.py", line 85, in downloadPackage downloadPackage(dependency) File "install.py", line 94, in downloadPackage webFile = urlopen(packageURL) File "~/anaconda3/lib/python3.5/urllib/request.py", line 162, in urlopen return opener.open(url, data, timeout) File "~/anaconda3/lib/python3.5/urllib/request.py", line 471, in open response = meth(req, response) File "~/anaconda3/lib/python3.5/urllib/request.py", line 581, in http_response 'http', request, response, code, msg, hdrs) File "~/anaconda3/lib/python3.5/urllib/request.py", line 503, in error result = self._call_chain(*args) File "~/anaconda3/lib/python3.5/urllib/request.py", line 443, in _call_chain result = func(*args) File "~/anaconda3/lib/python3.5/urllib/request.py", line 686, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "~/anaconda3/lib/python3.5/urllib/request.py", line 471, in open response = meth(req, response) File "~/anaconda3/lib/python3.5/urllib/request.py", line 581, in http_response 'http', request, response, code, msg, hdrs) File "~/anaconda3/lib/python3.5/urllib/request.py", line 503, in error result = self._call_chain(*args) File "~/anaconda3/lib/python3.5/urllib/request.py", line 443, in _call_chain result = func(*args) File "~/anaconda3/lib/python3.5/urllib/request.py", line 686, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "~/anaconda3/lib/python3.5/urllib/request.py", line 471, in open response = meth(req, response) File "~/anaconda3/lib/python3.5/urllib/request.py", line 581, in http_response 'http', request, response, code, msg, hdrs) File "~/anaconda3/lib/python3.5/urllib/request.py", line 509, in error return self._call_chain(*args) File "~/anaconda3/lib/python3.5/urllib/request.py", line 443, in _call_chain result = func(*args) File "~/anaconda3/lib/python3.5/urllib/request.py", line 589, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) Any advice? Thank you!
|