Skip to content

Running setup.py #11

@eogbe

Description

@eogbe

I m trying to use the HSL subroutine in python and when i run python setup.py install i get the following error:

Traceback (most recent call last):
File "setup.py", line 77, in
use_cython = hsl_config.getboolean('CODE_GENERATION', 'use_cython')
File "/home/eogbe/anaconda2/lib/python2.7/ConfigParser.py", line 368, in getboolean
v = self.get(section, option)
File "/home/eogbe/anaconda2/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'CODE_GENERATION'

It seems the ConfigParser cannot find a section. I have no idea how to fix this. I have the HSL MC29 installed on a linux system, running python 2.7.

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