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

WMAP likelihood installation #291

Open
westinhuang opened this issue Sep 1, 2022 · 1 comment
Open

WMAP likelihood installation #291

westinhuang opened this issue Sep 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@westinhuang
Copy link

OS system: macOS Monterey
Python version : Python 3.9
After type ./waf configure install_all_deps, the following error appears

Traceback (most recent call last):
  File "/Users/huangxiangyu/Desktop/cosmo_dir/montepython_public/wrapper_wmap_v4p1/.waf3-1.7.3-b5327cf0d930bf4d64875ced737407e3/waflib/Scripting.py", line 97, in waf_entry_point
    run_commands()
  File "/Users/huangxiangyu/Desktop/cosmo_dir/montepython_public/wrapper_wmap_v4p1/.waf3-1.7.3-b5327cf0d930bf4d64875ced737407e3/waflib/Scripting.py", line 149, in run_commands
    parse_options()
  File "/Users/huangxiangyu/Desktop/cosmo_dir/montepython_public/wrapper_wmap_v4p1/.waf3-1.7.3-b5327cf0d930bf4d64875ced737407e3/waflib/Scripting.py", line 127, in parse_options
    Context.create_context('options').execute()
  File "/Users/huangxiangyu/Desktop/cosmo_dir/montepython_public/wrapper_wmap_v4p1/.waf3-1.7.3-b5327cf0d930bf4d64875ced737407e3/waflib/Options.py", line 134, in execute
    super(OptionsContext,self).execute()
  File "/Users/huangxiangyu/Desktop/cosmo_dir/montepython_public/wrapper_wmap_v4p1/.waf3-1.7.3-b5327cf0d930bf4d64875ced737407e3/waflib/Context.py", line 85, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/Users/huangxiangyu/Desktop/cosmo_dir/montepython_public/wrapper_wmap_v4p1/.waf3-1.7.3-b5327cf0d930bf4d64875ced737407e3/waflib/Context.py", line 116, in recurse
    if node and(not once or tup not in cache):
TypeError: unhashable type: 'Nod3'

Have any solution to this problem ?

@dchooper dchooper added the bug Something isn't working label Feb 6, 2023
@dchooper
Copy link
Collaborator

dchooper commented Feb 6, 2023

Hi,

I encountered the same thing when trying to fix #290, I'm still investigating how to fix this. If you found a solution or workaround, let us know!

Cheers,
Deanna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants