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
{{ message }}
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
I'm trying to install heppy just using the setup.py file and the installation process works but then I cannot import it from python, so I have the impression that it really installs nothing.
I've tried:
python setup.py install --prefix=~/.local
But it only generates a .egg file inside site-packages. Also tried using pip:
pip install .
And it even added nothing to site-packages, so at then from python I get this:
python
>>> import heppy
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
ImportError: No module named heppy
Is there a standard python way to install this module besides running the init.sh script? Or am I doing something wrong?
Such a way would be nice to create a Spack install recipe (package manager tool) in order to build the whole FCC stack with this tool.