Skip to content

Instantly share code, notes, and snippets.

Created October 20, 2014 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/65518f51cbb6dcff1da4 to your computer and use it in GitHub Desktop.
Save anonymous/65518f51cbb6dcff1da4 to your computer and use it in GitHub Desktop.
Last login: Sun Oct 19 14:40:25 on ttys000
Kuan-Weis-MacBook-Air:~ kimozy$ sudo pip3 install networkit
Downloading/unpacking networkit
Downloading networkit-3.3.tar.gz (258kB): 258kB downloaded
Running setup.py (path:/private/tmp/pip_build_root/networkit/setup.py) egg_info for package networkit
Installing collected packages: networkit
Running setup.py install for networkit
Traceback (most recent call last):
File "/usr/local/bin/scons", line 97, in <module>
import pkg_resources
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 718, in <module>
unspecified, it defaults to the current platform. `python` is an
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 721, in Environment
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 144, in get_supported_platform
plat = get_build_platform()
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 237, in _macosx_vers
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 809, in mac_ver
info = _mac_ver_xml()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 786, in _mac_ver_xml
pl = plistlib.readPlist(fn)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 78, in readPlist
rootObject = p.parse(pathOrFile)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 406, in parse
parser.ParseFile(fileobj)
xml.parsers.expat.ExpatError: XML or text declaration not at start of entity: line 3, column 0
initializing NetworKit compilation with: scons --optimize=Opt --target=Core --compiler=g++-4.9 -j4
scons returned an error, exiting setup.py
Complete output from command /Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 -c "import setuptools, tokenize;__file__='/private/tmp/pip_build_root/networkit/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-pfvb4t8j-record/install-record.txt --single-version-externally-managed --compile:
Traceback (most recent call last):
File "/usr/local/bin/scons", line 97, in <module>
import pkg_resources
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 718, in <module>
unspecified, it defaults to the current platform. `python` is an
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 721, in Environment
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 144, in get_supported_platform
plat = get_build_platform()
File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 237, in _macosx_vers
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 809, in mac_ver
info = _mac_ver_xml()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 786, in _mac_ver_xml
pl = plistlib.readPlist(fn)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 78, in readPlist
rootObject = p.parse(pathOrFile)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 406, in parse
parser.ParseFile(fileobj)
xml.parsers.expat.ExpatError: XML or text declaration not at start of entity: line 3, column 0
initializing NetworKit compilation with: scons --optimize=Opt --target=Core --compiler=g++-4.9 -j4
scons returned an error, exiting setup.py
----------------------------------------
Cleaning up...
Command /Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 -c "import setuptools, tokenize;__file__='/private/tmp/pip_build_root/networkit/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-pfvb4t8j-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/tmp/pip_build_root/networkit
Storing debug log for failure in /Users/kimozy/.pip/pip.log
Kuan-Weis-MacBook-Air:~ kimozy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment