Skip to content

Instantly share code, notes, and snippets.

@Tetrikus
Created December 27, 2017 12:27
Show Gist options
  • Select an option

  • Save Tetrikus/6271f7c086f44e6ce9ec7121cab56ecb to your computer and use it in GitHub Desktop.

Select an option

Save Tetrikus/6271f7c086f44e6ce9ec7121cab56ecb to your computer and use it in GitHub Desktop.
~/OctoPrint $ ~/oprint/bin/python setup.py install
Traceback (most recent call last):
File "setup.py", line 217, in <module>
setup(**params())
File "/usr/lib/python2.7/distutils/core.py", line 125, in setup
dist.parse_config_files()
File "/usr/lib/python2.7/distutils/dist.py", line 390, in parse_config_files
parser.read(filename)
File "/usr/lib/python2.7/ConfigParser.py", line 305, in read
self._read(fp, filename)
File "/usr/lib/python2.7/ConfigParser.py", line 512, in _read
raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: /home/pi/.pydistutils.cfg, line: 1
'-'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment