You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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 builtchapel-py
. I think this means that the Chapel dependency instructions shouldn't just point to the quickstart page, they should indicate thatchapel-py
needs to be built.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Chapel dependencies section should mention installing chapel-py
Error Message
Is this a Blocking Issue
Installing chapel-py resolves the issue
ak.get_config()
OutputProviding the output of
ak.get_config()
provides crucial debugging information.N/A
Additional context
Add any other context about the problem here.
N/A
The text was updated successfully, but these errors were encountered: