Skip to content

pip install, ./run_subj -> From sureal.config no module named config #11

@x2eliah

Description

@x2eliah

Installed via pip install sureal, on ubuntu 18.04 installation. Downloaded the git repository, tried to run ./run_subj, with or without arguments, own user or sudo-ed, either way it fails to run with this printback:

Traceback (most recent call last):
  File "./run_subj", line 11, in <module>
    from sureal.config import DisplayConfig
ImportError: No module named config

./unittest works...

Output from (rerunning) pip install sureal:

Requirement already satisfied: sureal in /home/elijs/.local/lib/python2.7/site-packages (0.1.1)
Requirement already satisfied: pandas>=0.19.2 in /home/elijs/.local/lib/python2.7/site-packages (from sureal) (0.23.4)
Requirement already satisfied: scipy>=0.17.1 in /home/elijs/.local/lib/python2.7/site-packages (from sureal) (1.1.0)
Requirement already satisfied: matplotlib>=2.0.0 in /home/elijs/.local/lib/python2.7/site-packages (from sureal) (2.0.2)
Requirement already satisfied: numpy>=1.12.0 in /home/elijs/.local/lib/python2.7/site-packages (from sureal) (1.15.4)
Requirement already satisfied: python-dateutil>=2.5.0 in /home/elijs/.local/lib/python2.7/site-packages (from pandas>=0.19.2->sureal) (2.7.5)
Requirement already satisfied: pytz>=2011k in /home/elijs/.local/lib/python2.7/site-packages (from pandas>=0.19.2->sureal) (2018.7)
Requirement already satisfied: subprocess32 in /home/elijs/.local/lib/python2.7/site-packages (from matplotlib>=2.0.0->sureal) (3.5.3)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=1.5.6 in /home/elijs/.local/lib/python2.7/site-packages (from matplotlib>=2.0.0->sureal) (2.3.0)
Requirement already satisfied: six>=1.10 in /home/elijs/.local/lib/python2.7/site-packages (from matplotlib>=2.0.0->sureal) (1.10.0)
Requirement already satisfied: functools32 in /home/elijs/.local/lib/python2.7/site-packages (from matplotlib>=2.0.0->sureal) (3.2.3.post2)
Requirement already satisfied: cycler>=0.10 in /home/elijs/.local/lib/python2.7/site-packages (from matplotlib>=2.0.0->sureal) (0.10.0)

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