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
No charm4py code will run without the greenlet distribution, so we should add that to the install notes. Also, most interesting examples require numba and numpy. So something like:
pip3 install cython greenlet numba numpy
Should be noted as recommended for first time installation from source.
The text was updated successfully, but these errors were encountered:
Can't compile from source without cython.
No charm4py code will run without the greenlet distribution, so we should add that to the install notes. Also, most interesting examples require numba and numpy. So something like:
pip3 install cython greenlet numba numpy
Should be noted as recommended for first time installation from source.
The text was updated successfully, but these errors were encountered: