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
# Lmod has detected the following error: Cannot load module "conda/latest" because these module(s) are loaded:
# python
#
# module load python/3.11.4
module load conda/latest
module load python/3.11.4
pip install pyopencl
# Fixes:
#
# /home/richel/.local/lib/python3.11/site-packages/pytools/persistent_dict.py:63: RecommendedHashNotFoundWarning: Unable to import recommended hash 'siphash24.siphash13', falling back to 'hashlib.sha256'. Run 'python3 -m pip install siphash24' to install the recommended hash.
# warn("Unable to import recommended hash 'siphash24.siphash13', "