Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

How to install heppy using python? #75

@JavierCVilla

Description

@JavierCVilla

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions