Created
December 27, 2017 12:27
-
-
Save Tetrikus/6271f7c086f44e6ce9ec7121cab56ecb to your computer and use it in GitHub Desktop.
~/OctoPrint $ ~/oprint/bin/python setup.py install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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