Skip to content
New issue

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

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

Already on GitHub? # to your account

codepy.toolchain.ToolchainGuessError: unknown compiler #3

Open
bradddd opened this issue Apr 4, 2016 · 0 comments
Open

codepy.toolchain.ToolchainGuessError: unknown compiler #3

bradddd opened this issue Apr 4, 2016 · 0 comments

Comments

@bradddd
Copy link

bradddd commented Apr 4, 2016

I'm trying to install this on OS X. When I try to run the tests script, I'm getting the below:

Traceback (most recent call last):
  File "tests/gmm_test.py", line 4, in <module>
    from gmm_specializer.gmm import GMM 
  File "/usr/local/lib/python2.7/site-packages/pycasp-0.1-py2.7.egg/gmm_specializer/gmm.py", line 61, in <module>
    class GMM(object):
  File "/usr/local/lib/python2.7/site-packages/pycasp-0.1-py2.7.egg/gmm_specializer/gmm.py", line 69, in GMM
    platform = PlatformDetector()
  File "/usr/local/lib/python2.7/site-packages/asp-0.1.2.4-py2.7.egg/asp/config.py", line 24, in __init__
    self.cuda_util_mod = asp_module.ASPModule(use_cuda=True)
  File "/usr/local/lib/python2.7/site-packages/asp-0.1.2.4-py2.7.egg/asp/jit/asp_module.py", line 342, in __init__
    codepy.toolchain.guess_toolchain(),
  File "/usr/local/lib/python2.7/site-packages/codepy-2013.1.2-py2.7.egg/codepy/toolchain.py", line 433, in guess_toolchain
    raise ToolchainGuessError("unknown compiler")
codepy.toolchain.ToolchainGuessError: unknown compiler

Anyone have any idea which setting I'm missing?

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

No branches or pull requests

1 participant