$ /usr/local/alps2.0.2/bin/alpspython
$ import pyalps
I got this error instead
Traceback (most recent call last): File "", line 1, in ? File "/usr/local/alps-2.0.2/lib/pyalps/__init__.py", line 37, in ? from dataset import * File "/usr/local/alps-2.0.2/lib/pyalps/dataset.py", line 29, in ? import numpy as np ImportError: No module named numpy
The resolution was easier than I thought, just do a
# yum install python-numpyThe respective libraries will be installed
No comments:
Post a Comment