Skip to content

Instantly share code, notes, and snippets.

@nvie
Created June 6, 2012 12:55
Show Gist options
  • Save nvie/2881660 to your computer and use it in GitHub Desktop.
Save nvie/2881660 to your computer and use it in GitHub Desktop.
Build errors with pandas (via pip)
------------------------------------------------------------
/Users/nvie/.virtualenvs/dash/bin/pip run on Wed Jun 6 14:45:52 2012
Obtaining pandas from git+git://github.com/pydata/pandas.git@master#egg=pandas
Found command 'git' at '/usr/local/bin/git'
Running command /usr/local/bin/git config remote.origin.url
git://github.com/pydata/pandas.git
Clone in /Users/nvie/.virtualenvs/dash/src/pandas exists, and has correct URL (git://github.com/pydata/pandas.git)
Updating /Users/nvie/.virtualenvs/dash/src/pandas clone (to master)
Running command /usr/local/bin/git fetch -q
Running command /usr/local/bin/git tag -l
0.3.0
debian/0.4.0-1
debian/0.4.1-1
debian/0.4.3-1
debian/0.5.0+git7-gcf32be2-1
debian/0.6.1-1
debian/0.7.0-1
debian/0.7.1+git1-ga2e86c2-1
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.6.1
v0.7.0
v0.7.0rc1
v0.7.1
v0.7.2
v0.7.3
v0.8.0b1
Running command /usr/local/bin/git rev-parse 0.3.0
4906ee79d730f77be02ec586ec7f66c95a0433da
Running command /usr/local/bin/git rev-parse debian/0.4.0-1
ef664d4d5eaabaf7f23953ca1a67473bcfc13bb1
Running command /usr/local/bin/git rev-parse debian/0.4.1-1
aeb159542a5849e5fc1bd07dd3aec313b2acc8b2
Running command /usr/local/bin/git rev-parse debian/0.4.3-1
491192459d70139ae9a7177693a0ca242c1078bb
Running command /usr/local/bin/git rev-parse debian/0.5.0+git7-gcf32be2-1
22a4618acaceb68e7206f2c5e5e827039ebcf2bb
Running command /usr/local/bin/git rev-parse debian/0.6.1-1
208faca9b0d94ae58016ab71c72a4de6ecee0de4
Running command /usr/local/bin/git rev-parse debian/0.7.0-1
35829f5ed0aefc53532c829e3f60c9a68760fd51
Running command /usr/local/bin/git rev-parse debian/0.7.1+git1-ga2e86c2-1
17cec90feba4f77aa79ddf8b353c5642154ed758
Running command /usr/local/bin/git rev-parse v0.4.0
1fbb3c7fe8397e1bf2c7cc0be3860f4864a2304d
Running command /usr/local/bin/git rev-parse v0.4.1
57b21582e53de2c8c89139c9e9ddabfe0e9d4766
Running command /usr/local/bin/git rev-parse v0.4.2
4be61552d280281f6651b0f85134944e803e1414
Running command /usr/local/bin/git rev-parse v0.4.3
3ec60f342de64db511713a655fb0b0ed7f69731c
Running command /usr/local/bin/git rev-parse v0.5.0
d620b820ceae8111c6547409502cea2811957e8c
Running command /usr/local/bin/git rev-parse v0.6.0
d89c02c3af85e5331681d8b6e2572de48f84d8f1
Running command /usr/local/bin/git rev-parse v0.6.1
26b0d4452b1d7d90347b0ac1608c235755c40881
Running command /usr/local/bin/git rev-parse v0.7.0
e5778d53a7dbef32f704c863cb15a20dae9ca60b
Running command /usr/local/bin/git rev-parse v0.7.0rc1
e77d2af549de00ca2f7caeb9413849f096c0f032
Running command /usr/local/bin/git rev-parse v0.7.1
101c024c7f0920208dee8b4571a8dc1e110bf32d
Running command /usr/local/bin/git rev-parse v0.7.2
44499bfd428081c65f9bb0a289ea9c2ce175b414
Running command /usr/local/bin/git rev-parse v0.7.3
78d1331fdf3ce4b2ce8929305924c8c79df3264f
Running command /usr/local/bin/git rev-parse v0.8.0b1
130e52eacde670ef572ea848c4bd24b1c6e1e905
Running command /usr/local/bin/git branch -r
origin/HEAD -> origin/master
origin/datetime64-inference
origin/maintenance/0.7.x
origin/master
origin/nanoseconds
origin/period-unit-change
origin/timezone-fixes
origin/tseries-plotting
Running command /usr/local/bin/git branch -l
* master
Running command /usr/local/bin/git rev-parse origin/HEAD
9d6563d80dcc6b1c480268570365d8e60aeae6c9
Running command /usr/local/bin/git rev-parse origin/datetime64-inference
f83df5b0cd4f078ec295d1d15f8ce8f86717310b
Running command /usr/local/bin/git rev-parse origin/maintenance/0.7.x
3454cb0915f3c6556388088d64a3a3c28d32299d
Running command /usr/local/bin/git rev-parse origin/master
9d6563d80dcc6b1c480268570365d8e60aeae6c9
Running command /usr/local/bin/git rev-parse origin/nanoseconds
adfc23356ee6e53dd0c28bd0cb7ed0fc3c6ea2ed
Running command /usr/local/bin/git rev-parse origin/period-unit-change
2f1a2542add9a964251ca26ff4d96c0e41a2228e
Running command /usr/local/bin/git rev-parse origin/timezone-fixes
81c834fe0083a303a5d74ae9b4ac6fb5524497e3
Running command /usr/local/bin/git rev-parse origin/tseries-plotting
335c8c133ecff5b09278b49030215dc908937368
Running command /usr/local/bin/git rev-parse master
9d6563d80dcc6b1c480268570365d8e60aeae6c9
Running command /usr/local/bin/git reset --hard -q 9d6563d80dcc6b1c480268570365d8e60aeae6c9
Running setup.py egg_info for package pandas
running egg_info
writing requirements to pandas.egg-info/requires.txt
writing pandas.egg-info/PKG-INFO
writing top-level names to pandas.egg-info/top_level.txt
writing dependency_links to pandas.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pandas.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'setupegg.py'
no previously-included directories found matching 'doc/build'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'pandas.egg-info/SOURCES.txt'
Requirement already satisfied (use --upgrade to upgrade): python-dateutil<2 in /Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages (from pandas)
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.6 in /Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages (from pandas)
Installing collected packages: pandas
Running setup.py develop for pandas
Running command /Users/nvie/.virtualenvs/dash/bin/python -c "import setuptools; __file__='/Users/nvie/.virtualenvs/dash/src/pandas/setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps
running develop
running egg_info
writing requirements to pandas.egg-info/requires.txt
writing pandas.egg-info/PKG-INFO
writing top-level names to pandas.egg-info/top_level.txt
writing dependency_links to pandas.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pandas.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'setupegg.py'
no previously-included directories found matching 'doc/build'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'pandas.egg-info/SOURCES.txt'
running build_ext
building 'pandas._algos' extension
creating build
creating build/temp.macosx-10.7-intel-2.7
creating build/temp.macosx-10.7-intel-2.7/pandas
creating build/temp.macosx-10.7-intel-2.7/pandas/src
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/generated.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/generated.o
i686-apple-darwin11-llvm-gcc-4.2: pandas/src/generated.c: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: no input files
i686-apple-darwin11-llvm-gcc-4.2: pandas/src/generated.c: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: no input files
lipo: can't figure out the architecture type of: /var/folders/pc/5fv196vj0_5_jlc8kpth85m40000gn/T//cclPyUgf.out
error: command 'llvm-gcc-4.2' failed with exit status 1
Complete output from command /Users/nvie/.virtualenvs/dash/bin/python -c "import setuptools; __file__='/Users/nvie/.virtualenvs/dash/src/pandas/setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps:
running develop
running egg_info
writing requirements to pandas.egg-info/requires.txt
writing pandas.egg-info/PKG-INFO
writing top-level names to pandas.egg-info/top_level.txt
writing dependency_links to pandas.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pandas.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'setupegg.py'
no previously-included directories found matching 'doc/build'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'pandas.egg-info/SOURCES.txt'
running build_ext
building 'pandas._algos' extension
creating build
creating build/temp.macosx-10.7-intel-2.7
creating build/temp.macosx-10.7-intel-2.7/pandas
creating build/temp.macosx-10.7-intel-2.7/pandas/src
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/generated.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/generated.o
i686-apple-darwin11-llvm-gcc-4.2: pandas/src/generated.c: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: no input files
i686-apple-darwin11-llvm-gcc-4.2: pandas/src/generated.c: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: no input files
lipo: can't figure out the architecture type of: /var/folders/pc/5fv196vj0_5_jlc8kpth85m40000gn/T//cclPyUgf.out
error: command 'llvm-gcc-4.2' failed with exit status 1
----------------------------------------
Command /Users/nvie/.virtualenvs/dash/bin/python -c "import setuptools; __file__='/Users/nvie/.virtualenvs/dash/src/pandas/setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps failed with error code 1
Exception information:
Traceback (most recent call last):
File "/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/basecommand.py", line 126, in main
self.run(options, args)
File "/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/commands/install.py", line 228, in run
requirement_set.install(install_options, global_options)
File "/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/req.py", line 1100, in install
requirement.install(install_options, global_options)
File "/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/req.py", line 548, in install
self.install_editable(install_options, global_options)
File "/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/req.py", line 630, in install_editable
show_stdout=False)
File "/Users/nvie/.virtualenvs/dash/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/__init__.py", line 255, in call_subprocess
% (command_desc, proc.returncode))
InstallationError: Command /Users/nvie/.virtualenvs/dash/bin/python -c "import setuptools; __file__='/Users/nvie/.virtualenvs/dash/src/pandas/setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps failed with error code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment