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

Quickstart documentation doesn't indicate that chapel-py is needed #3934

Open
lydia-duncan opened this issue Dec 10, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@lydia-duncan
Copy link
Contributor

Describe the bug
The quickstart instructions to get Arkouda set up is out of date - when I reached the make step, I received an error because I hadn't built chapel-py. I think this means that the Chapel dependency instructions shouldn't just point to the quickstart page, they should indicate that chapel-py needs to be built.

To Reproduce
Steps to reproduce the behavior:

  1. Follow the quickstart instructions from https://bears-r-us.github.io/arkouda/quickstart.html in a fresh environment.

Expected behavior
The Chapel dependencies section should mention installing chapel-py

Error Message

Traceback (most recent call last):
  File "<elided>/arkouda//src/registry/register_commands.py", line 6, in <module>
    import chapel
ModuleNotFoundError: No module named 'chapel'
Unable to register commands; make sure 'chapel-py' is installed
make: *** [register-commands] Error 1

Is this a Blocking Issue

  • Are there any known work-arounds?
    Installing chapel-py resolves the issue

ak.get_config() Output
Providing the output of ak.get_config() provides crucial debugging information.

N/A

Additional context
Add any other context about the problem here.

N/A

@lydia-duncan lydia-duncan added the bug Something isn't working label Dec 10, 2024
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

1 participant