-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels