Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IACA not available for download anymore #139

Open
JanLJL opened this issue Jul 6, 2023 · 0 comments
Open

IACA not available for download anymore #139

JanLJL opened this issue Jul 6, 2023 · 0 comments

Comments

@JanLJL
Copy link
Contributor

JanLJL commented Jul 6, 2023

When running iaca_get, an error is thrown due to the fact that Intel removed the IACA binaries from its downloads.

$ iaca_get --I-accept-the-Intel-What-If-Pre-Release-License-Agreement-and-please-take-my-soul
Trying /home/hpc/b182dc/b182dc10/.local/lib/python3.9/site-packages/kerncraft/iaca/lin64/: selected.
IACA v2.1 (for manual use - only version analyzing latency):
Downloading https://software.intel.com/content/dam/develop/external/us/en/protected/iaca-version-2.1-lin64.zip ...
Traceback (most recent call last):
  File "/home/hpc/b182dc/b182dc10/.local/bin/iaca_get", line 8, in <module>
    sys.exit(main())
  File "/home/hpc/b182dc/b182dc10/.local/lib/python3.9/site-packages/kerncraft/iaca_get.py", line 132, in main
    zfile = zipfile.ZipFile(BytesIO(urlopen(url).read()))
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 214, in urlopen
    return opener.open(url, data, timeout)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 523, in open
    response = meth(req, response)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 632, in http_response
    response = self.parent.error(
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 555, in error
    result = self._call_chain(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 747, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 523, in open
    response = meth(req, response)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 632, in http_response
    response = self.parent.error(
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 555, in error
    result = self._call_chain(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 747, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 523, in open
    response = meth(req, response)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 632, in http_response
    response = self.parent.error(
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 555, in error
    result = self._call_chain(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 747, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 523, in open
    response = meth(req, response)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 632, in http_response
    response = self.parent.error(
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 561, in error
    return self._call_chain(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/apps/python/3.9-anaconda/lib/python3.9/urllib/request.py", line 641, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

I guess a quick fix would be to change the default code analyzer to OSACA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant