Skip to content

Instantly share code, notes, and snippets.

@sirpercival
Created April 8, 2015 22:27
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 sirpercival/19670758f502441547ac to your computer and use it in GitHub Desktop.
Save sirpercival/19670758f502441547ac to your computer and use it in GitHub Desktop.
conda kivy
Package search: {'_pypi_ordering': 22, 'version': '1.9.0', 'name': 'Kivy', 'summary': 'A software library for rapid development of hardware-accelerated multitouch applications.'}
Fetching package metadata: ....
Error: prefix already exists: /Users/gray/anaconda/envs/_pipbuild_
Collecting Kivy==1.9.0
Using cached Kivy-1.9.0.tar.gz
Complete output from command python setup.py egg_info:
Cython is missing, its required for compiling kivy !
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/private/var/folders/q9/b7l6vkkn70b1w16vvxgm5kgw0000gn/T/pip-build-B1IJwp/Kivy/setup.py", line 173, in <module>
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/q9/b7l6vkkn70b1w16vvxgm5kgw0000gn/T/pip-build-B1IJwp/Kivy
Creating standard recipe for kivy-1.9.0
Using url https://pypi.python.org/packages/source/K/Kivy/Kivy-1.9.0.tar.gz (15.4 MB) for Kivy.
Downloading Kivy (use --no-download to skip this step)
Using cached download
Unpacking Kivy...
done
working in /var/folders/q9/b7l6vkkn70b1w16vvxgm5kgw0000gn/T/tmp_RtFsUconda_skeleton_Kivy-1.9.0.tar.gz
Fetching package metadata: ......
Solving package specifications: .patching file core.py
Hunk #1 succeeded at 169 with fuzz 2 (offset 2 lines).
Cython is missing, its required for compiling kivy !
Traceback (most recent call last):
File "setup.py", line 173, in <module>
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils
Applying patch: '/var/folders/q9/b7l6vkkn70b1w16vvxgm5kgw0000gn/T/tmp_RtFsUconda_skeleton_Kivy-1.9.0.tar.gz/pypi-distutils.patch'
$PYTHONPATH = /var/folders/q9/b7l6vkkn70b1w16vvxgm5kgw0000gn/T/tmp_RtFsUconda_skeleton_Kivy-1.9.0.tar.gz/Kivy-1.9.0:/usr/stsci/pyssg/2.7.3.stsci_python:/usr/stsci/pyssg/2.7.3
Error: command failed: /Users/gray/anaconda/envs/_build/bin/python setup.py install
conda create -n _pipbuild_ --yes python pip
/Users/gray/anaconda/envs/_pipbuild_/bin/pip install Kivy==1.9.0
Error: Could not pip install Kivy==1.9.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment