Supported version

48 views
Skip to first unread message

John Black

unread,
May 24, 2017, 5:02:04 PM5/24/17
to cauliflowervest-discuss
Is macOS 10.12 supported?

I downloaded Xcode 8.3.2, Command Line Tools, and Auxiliary Tools for Xcode - Late July 2012 (xcode44auxtools6938114a.dmg) from Apple Developers.

When attempting to make install, I receive the following errors:

bash-3.2$ make test

sudo easy_install-2.7 -U virtualenv==13.1.2

Searching for virtualenv==13.1.2

Reading https://pypi.python.org/simple/virtualenv/

Best match: virtualenv 13.1.2

Processing virtualenv-13.1.2-py2.7.egg

virtualenv 13.1.2 is already the active version in easy-install.pth

Installing virtualenv script to /usr/local/bin

Installing virtualenv-2.7 script to /usr/local/bin


Using /Library/Python/2.7/site-packages/virtualenv-13.1.2-py2.7.egg

Processing dependencies for virtualenv==13.1.2

Finished processing dependencies for virtualenv==13.1.2

[ -d VE ] || \

/usr/local/bin/virtualenv-2.7 --no-site-packages VE

Traceback (most recent call last):

  File "/usr/local/bin/virtualenv-2.7", line 9, in <module>

    load_entry_point('virtualenv==13.1.2', 'console_scripts', 'virtualenv-2.7')()

  File "/Library/Python/2.7/site-packages/virtualenv-13.1.2-py2.7.egg/virtualenv.py", line 832, in main

    symlink=options.symlink)

  File "/Library/Python/2.7/site-packages/virtualenv-13.1.2-py2.7.egg/virtualenv.py", line 994, in create_environment

    site_packages=site_packages, clear=clear, symlink=symlink))

  File "/Library/Python/2.7/site-packages/virtualenv-13.1.2-py2.7.egg/virtualenv.py", line 1170, in install_python

    mkdir(lib_dir)

  File "/Library/Python/2.7/site-packages/virtualenv-13.1.2-py2.7.egg/virtualenv.py", line 448, in mkdir

    os.makedirs(path)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 150, in makedirs

    makedirs(head, mode)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 150, in makedirs

    makedirs(head, mode)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs

    mkdir(name, mode)

OSError: [Errno 13] Permission denied: 'VE'

make: *** [VE] Error 1

bash-3.2$ sw_vers -productVersion 

10.12.4


bash-3.2$ python --version

Python 2.7.10



Maxim Ermilov

unread,
May 24, 2017, 5:23:48 PM5/24/17
to cauliflower...@googlegroups.com
> Is macOS 10.12 supported?

yes

OSError: [Errno 13] Permission denied: 'VE'
Try `git clean -fdx`, before 'make test'


_____
Maxim

--
You received this message because you are subscribed to the Google Groups "cauliflowervest-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-discuss+unsub...@googlegroups.com.
To post to this group, send email to cauliflowervest-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/cauliflowervest-discuss.
For more options, visit https://groups.google.com/d/optout.

John Black

unread,
May 24, 2017, 6:18:14 PM5/24/17
to cauliflowervest-discuss
Thanks, that definitely helped, but now it's getting hung up on a Pillow dependency.

$ make test


sudo easy_install-2.7 -U virtualenv==13.1.2


Password:


Searching for virtualenv==13.1.2


Reading https://pypi.python.org/simple/virtualenv/


Best match: virtualenv 13.1.2


Processing virtualenv-13.1.2-py2.7.egg


virtualenv 13.1.2 is already the active version in easy-install.pth


Installing virtualenv script to /usr/local/bin


Installing virtualenv-2.7 script to /usr/local/bin




Using /Library/Python/2.7/site-packages/virtualenv-13.1.2-py2.7.egg


Processing dependencies for virtualenv==13.1.2


Finished processing dependencies for virtualenv==13.1.2


[ -d VE ] || \


        /usr/local/bin/virtualenv-2.7 --no-site-packages VE


New python executable in VE/bin/python


Installing setuptools, pip, wheel...done.


VE/bin/easy_install -U setuptools==17.1


Searching for setuptools==17.1


Reading https://pypi.python.org/simple/setuptools/


Best match: setuptools 17.1


Downloading https://pypi.python.org/packages/94/aa/68a87f84793f4efb0fe2d311f903f97c089dbc8d6c366541d63e5766a174/setuptools-17.1.tar.gz#md5=e597f049b9399fab881da8ab56abac26


Processing setuptools-17.1.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-V24y_A/setuptools-17.1/setup.cfg


Running setuptools-17.1/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-V24y_A/setuptools-17.1/egg-dist-tmp-UQH2pH


creating /Users/ladmin/cauliflowervest/VE/lib/python2.7/site-packages/setuptools-17.1-py2.7.egg


Extracting setuptools-17.1-py2.7.egg to /Users/ladmin/cauliflowervest/VE/lib/python2.7/site-packages


Adding setuptools 17.1 to easy-install.pth file


Installing easy_install script to /Users/ladmin/cauliflowervest/VE/bin


Installing easy_install-2.7 script to /Users/ladmin/cauliflowervest/VE/bin




Installed /Users/ladmin/cauliflowervest/VE/lib/python2.7/site-packages/setuptools-17.1-py2.7.egg


Processing dependencies for setuptools==17.1


Finished processing dependencies for setuptools==17.1


VE/bin/pip install python-keyczar==0.716 pyasn1==0.1.9


Collecting python-keyczar==0.716


  Downloading python-keyczar-0.716.tar.gz (242kB)


    100% |████████████████████████████████| 245kB 1.3MB/s


Collecting pyasn1==0.1.9


  Downloading pyasn1-0.1.9-py2.py3-none-any.whl


Collecting pycrypto>2.0 (from python-keyczar==0.716)


  Downloading pycrypto-2.6.1.tar.gz (446kB)


    100% |████████████████████████████████| 446kB 791kB/s


Building wheels for collected packages: python-keyczar, pycrypto


  Running setup.py bdist_wheel for python-keyczar


  Stored in directory: /Users/ladmin/Library/Caches/pip/wheels/6a/4a/f8/170a6fe00906e5d4a0ba1ac0f909cc58ff81093e148938511c


  Running setup.py bdist_wheel for pycrypto


  Stored in directory: /Users/ladmin/Library/Caches/pip/wheels/80/1f/94/f76e9746864f198eb0e304aeec319159fa41b082f61281ffce


Successfully built python-keyczar pycrypto


Installing collected packages: pycrypto, pyasn1, python-keyczar


Successfully installed pyasn1-0.1.9 pycrypto-2.6.1 python-keyczar-0.716


You are using pip version 7.1.2, however version 9.0.1 is available.


You should consider upgrading via the 'pip install --upgrade pip' command.


not OS X, no symlink can be created or SDK directory found.


rm -Rf tmp/gae_server


mkdir -p tmp/gae_server


curl -o tmp/master.zip https://codeload.github.com/GoogleCloudPlatform/python-compat-runtime/zip/739bf8f575afe68f4df0e446ed405aa767aa870d


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current


                                 Dload  Upload   Total   Spent    Left  Speed


100 3857k    0 3857k    0     0  3019k      0 --:--:--  0:00:01 --:--:-- 3020k


unzip -q tmp/master.zip -d tmp/gae_server


cd tmp/gae_server/python-compat-runtime-*/appengine-compat/exported_appengine_sdk/ && zip -q -r ../../../../../src/tests/gae_server.zip *


# Hack for Pillow installation


VE/bin/python setup.py test




Installed /Users/ladmin/cauliflowervest/.eggs/python_dateutil-1.5-py2.7.egg


Searching for google-apputils


Reading https://pypi.python.org/simple/google_apputils/


Best match: google-apputils 0.4.2


Downloading https://pypi.python.org/packages/e4/a9/05540567740506890677937aff845bc02e17c3d4cf9bf59eb92ea3dc054b/google_apputils-0.4.2-py2.7.egg#md5=38b003cf8b73264340ffa8beeafaaf84


Processing google_apputils-0.4.2-py2.7.egg


creating /Users/ladmin/cauliflowervest/.eggs/google_apputils-0.4.2-py2.7.egg


Extracting google_apputils-0.4.2-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/google_apputils-0.4.2-py2.7.egg


Searching for google-api-python-client


Reading https://pypi.python.org/simple/google-api-python-client/


Best match: google-api-python-client 1.6.2


Downloading https://pypi.python.org/packages/e8/04/4bb1672918e4fc6d6a8201bdaf986b9fb4763f2a47b11496186dbbbd40ce/google-api-python-client-1.6.2.tar.gz#md5=5efd35416d57e6571276a52f81d26bc7


Processing google-api-python-client-1.6.2.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-zTwAiJ/google-api-python-client-1.6.2/setup.cfg


Running google-api-python-client-1.6.2/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-zTwAiJ/google-api-python-client-1.6.2/egg-dist-tmp-ZuiZXp


warning: no files found matching '*.json' under directory 'apiclient'


warning: no files found matching 'README'


warning: no files found matching 'FAQ'


warning: no files found matching 'setpath.sh'


zip_safe flag not set; analyzing archive contents...


Copying google_api_python_client-1.6.2-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/google_api_python_client-1.6.2-py2.7.egg


Searching for pyyaml


Reading https://pypi.python.org/simple/pyyaml/


Best match: PyYAML 3.12


Downloading https://pypi.python.org/packages/6b/f0/a0250248ea260d55748fff586d89a32afbb22656f4498b08d2636a48d4ec/PyYAML-3.12.zip#md5=aa5e762e79b19bb80dbcf04f82178832


Processing PyYAML-3.12.zip


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-kRUn2S/PyYAML-3.12/setup.cfg


Running PyYAML-3.12/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-kRUn2S/PyYAML-3.12/egg-dist-tmp-aDnhVp


build/temp.macosx-10.12-intel-2.7/check_libyaml.c:2:10: fatal error: 'yaml.h' file not found


#include <yaml.h>


         ^


1 error generated.




libyaml is not found or a compiler error: forcing --without-libyaml


(if libyaml is installed correctly, you may need to


 specify the option --include-dirs or uncomment and


 modify the parameter include_dirs in setup.cfg)


zip_safe flag not set; analyzing archive contents...


Copying PyYAML-3.12-py2.7-macosx-10.12-intel.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/PyYAML-3.12-py2.7-macosx-10.12-intel.egg


Searching for pytz>=2010


Reading https://pypi.python.org/simple/pytz/


Best match: pytz 2017.2


Downloading https://pypi.python.org/packages/42/76/817ef6af92ae3d077465bccfd8a1ae47d02d6db83d558711b503540ca5c7/pytz-2017.2-py2.7.egg#md5=8d7d381ad2730ab62c94caf82d80179a


Processing pytz-2017.2-py2.7.egg


Moving pytz-2017.2-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/pytz-2017.2-py2.7.egg


Searching for python-gflags>=1.4


Reading https://pypi.python.org/simple/python-gflags/


Best match: python-gflags 3.1.1


Downloading https://pypi.python.org/packages/ea/30/b8469c0d1837ce58fe3706e1f7169cbf6ca1fb87d1f84cece5182b67cb0b/python-gflags-3.1.1.tar.gz#md5=e8e8c17833e4f30304893021f6004006


Processing python-gflags-3.1.1.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-aR8Wvu/python-gflags-3.1.1/setup.cfg


Running python-gflags-3.1.1/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-aR8Wvu/python-gflags-3.1.1/egg-dist-tmp-mwhp3u


zip_safe flag not set; analyzing archive contents...


Copying python_gflags-3.1.1-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/python_gflags-3.1.1-py2.7.egg


Searching for uritemplate<4dev,>=3.0.0


Reading https://pypi.python.org/simple/uritemplate/


Best match: uritemplate 3.0.0


Downloading https://pypi.python.org/packages/cd/db/f7b98cdc3f81513fb25d3cbe2501d621882ee81150b745cdd1363278c10a/uritemplate-3.0.0.tar.gz#md5=1ec31e0d8a2eec72357b2cef4bce5945


Processing uritemplate-3.0.0.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-Ui8p0N/uritemplate-3.0.0/setup.cfg


Running uritemplate-3.0.0/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-Ui8p0N/uritemplate-3.0.0/egg-dist-tmp-nX5OpI


no previously-included directories found matching 'docs/_build'


warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution


warning: no previously-included files matching '__pycache__' found anywhere in distribution


warning: no previously-included files matching '*.so' found anywhere in distribution


warning: no previously-included files matching '*.pyd' found anywhere in distribution


zip_safe flag not set; analyzing archive contents...


Copying uritemplate-3.0.0-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/uritemplate-3.0.0-py2.7.egg


Searching for six<2dev,>=1.6.1


Reading https://pypi.python.org/simple/six/


Best match: six 1.10.0


Downloading https://pypi.python.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55


Processing six-1.10.0.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-OubQ7y/six-1.10.0/setup.cfg


Running six-1.10.0/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-OubQ7y/six-1.10.0/egg-dist-tmp-YsJm3e


no previously-included directories found matching 'documentation/_build'


zip_safe flag not set; analyzing archive contents...


six: module references __path__


creating /Users/ladmin/cauliflowervest/.eggs/six-1.10.0-py2.7.egg


Extracting six-1.10.0-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/six-1.10.0-py2.7.egg


Searching for oauth2client<5.0.0dev,>=1.5.0


Reading https://pypi.python.org/simple/oauth2client/


Best match: oauth2client 4.1.0


Downloading https://pypi.python.org/packages/29/25/7880f9e3835494d1b7f31659a07d73f1c25454c0bd40cfd1962fef8c346c/oauth2client-4.1.0.tar.gz#md5=0b9fe832ddb4df2ec13a71f89c984882


Processing oauth2client-4.1.0.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-2j1rCU/oauth2client-4.1.0/setup.cfg


Running oauth2client-4.1.0/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-2j1rCU/oauth2client-4.1.0/egg-dist-tmp-S0TTtZ


warning: no previously-included files matching '*' found under directory 'tests'


zip_safe flag not set; analyzing archive contents...


Copying oauth2client-4.1.0-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/oauth2client-4.1.0-py2.7.egg


Searching for httplib2<1dev,>=0.9.2


Reading https://pypi.python.org/simple/httplib2/


Best match: httplib2 0.10.3


Downloading https://pypi.python.org/packages/e4/2e/a7e27d2c36076efeb8c0e519758968b20389adf57a9ce3af139891af2696/httplib2-0.10.3.tar.gz#md5=709c305e1b00e9c0af49ee816429569c


Processing httplib2-0.10.3.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-aNNVHM/httplib2-0.10.3/setup.cfg


Running httplib2-0.10.3/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-aNNVHM/httplib2-0.10.3/egg-dist-tmp-OdYFJN


zip_safe flag not set; analyzing archive contents...


httplib2.__init__: module references __file__


creating /Users/ladmin/cauliflowervest/.eggs/httplib2-0.10.3-py2.7.egg


Extracting httplib2-0.10.3-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/httplib2-0.10.3-py2.7.egg


Searching for rsa>=3.1.4


Reading https://pypi.python.org/simple/rsa/


Best match: rsa 3.4.2


Downloading https://pypi.python.org/packages/14/89/adf8b72371e37f3ca69c6cb8ab6319d009c4a24b04a31399e5bd77d9bb57/rsa-3.4.2.tar.gz#md5=b315f47882c24030ee6b5aad628cccdb


Processing rsa-3.4.2.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-nk5hjw/rsa-3.4.2/setup.cfg


Running rsa-3.4.2/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-nk5hjw/rsa-3.4.2/egg-dist-tmp-ujHHdE


zip_safe flag not set; analyzing archive contents...


Copying rsa-3.4.2-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/rsa-3.4.2-py2.7.egg


Searching for pyasn1-modules>=0.0.5


Reading https://pypi.python.org/simple/pyasn1-modules/


Best match: pyasn1-modules 0.0.8


Downloading https://pypi.python.org/packages/66/54/3c0f81c62dcb9bc055b8740d81e6b2a8e4708e347a52af4114501bfd4e54/pyasn1_modules-0.0.8-py2.7.egg#md5=f03fff5bc43106475a64a1c34d4052d7


Processing pyasn1_modules-0.0.8-py2.7.egg


Moving pyasn1_modules-0.0.8-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/pyasn1_modules-0.0.8-py2.7.egg


running test


Searching for webtest


Reading https://pypi.python.org/simple/webtest/


Best match: WebTest 2.0.27


Downloading https://pypi.python.org/packages/80/fa/ca3a759985c72e3a124cbca3e1f8a2e931a07ffd31fd45d8f7bf21cb95cf/WebTest-2.0.27.tar.gz#md5=54e6515ac71c51b6fc90179483c749ad


Processing WebTest-2.0.27.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-ZiVxj0/WebTest-2.0.27/setup.cfg


Running WebTest-2.0.27/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-ZiVxj0/WebTest-2.0.27/egg-dist-tmp-o0ux_h


no previously-included directories found matching 'docs/_build'


warning: no previously-included files matching '*.pyc' found anywhere in distribution


warning: no previously-included files matching '__pycache__' found anywhere in distribution


creating /Users/ladmin/cauliflowervest/.eggs/WebTest-2.0.27-py2.7.egg


Extracting WebTest-2.0.27-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/WebTest-2.0.27-py2.7.egg


Searching for webapp2


Reading https://pypi.python.org/simple/webapp2/


Best match: webapp2 3.0.0b1


Downloading https://pypi.python.org/packages/ff/38/8c2ba6ba7a05f1edb70c3b93074a9899c24ee894ef5d874ff054ea2bff66/webapp2-3.0.0b1.tar.gz#md5=76338d1f3f172464150f74ccafd5e4d0


Processing webapp2-3.0.0b1.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-mPIeD2/webapp2-3.0.0b1/setup.cfg


Running webapp2-3.0.0b1/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-mPIeD2/webapp2-3.0.0b1/egg-dist-tmp-CITou4


warning: no files found matching 'run_tests.py'


warning: no previously-included files matching '*.pyc' found under directory 'docs'


warning: no previously-included files matching '*' found under directory 'docs/_build'


warning: no previously-included files matching '*.pyc' found under directory 'tests'


warning: no previously-included files matching '*.pyc' found under directory 'webapp2_extras'


creating /Users/ladmin/cauliflowervest/.eggs/webapp2-3.0.0b1-py2.7.egg


Extracting webapp2-3.0.0b1-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/webapp2-3.0.0b1-py2.7.egg


Searching for webob


Reading https://pypi.python.org/simple/webob/


Best match: WebOb 1.7.2


Downloading https://pypi.python.org/packages/1a/2b/322d6e01ba19c1e28349efe46dab1bd480c81a55af0658d63dc48ed62ee6/WebOb-1.7.2.tar.gz#md5=ab54739f9f716c3cdf66ad3dc4816113


Processing WebOb-1.7.2.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-u9QFx3/WebOb-1.7.2/setup.cfg


Running WebOb-1.7.2/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-u9QFx3/WebOb-1.7.2/egg-dist-tmp-EAkExG


Copying WebOb-1.7.2-py2.7.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/WebOb-1.7.2-py2.7.egg


Searching for simplejson


Reading https://pypi.python.org/simple/simplejson/


Best match: simplejson 3.10.0


Downloading https://pypi.python.org/packages/40/ad/52c1f3a562df3b210e8f165e1aa243a178c454ead65476a39fa3ce1847b6/simplejson-3.10.0.tar.gz#md5=426a9631d22851a7a970b1a677368b15


Processing simplejson-3.10.0.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-xWJAG2/simplejson-3.10.0/setup.cfg


Running simplejson-3.10.0/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-xWJAG2/simplejson-3.10.0/egg-dist-tmp-UVFgiL


zip_safe flag not set; analyzing archive contents...


simplejson.tests.__init__: module references __file__


creating /Users/ladmin/cauliflowervest/.eggs/simplejson-3.10.0-py2.7-macosx-10.12-intel.egg


Extracting simplejson-3.10.0-py2.7-macosx-10.12-intel.egg to /Users/ladmin/cauliflowervest/.eggs




Installed /Users/ladmin/cauliflowervest/.eggs/simplejson-3.10.0-py2.7-macosx-10.12-intel.egg


Searching for pillow


Reading https://pypi.python.org/simple/pillow/


Best match: Pillow 4.1.1


Downloading https://pypi.python.org/packages/93/73/66854f63b1941aad9af18a1de59f9cf95ad1a87c801540222e332f6688d7/Pillow-4.1.1.tar.gz#md5=f2565954955c8d10f3b4f1f72f852bf7


Processing Pillow-4.1.1.tar.gz


Writing /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-j8H2yl/Pillow-4.1.1/setup.cfg


Running Pillow-4.1.1/setup.py -q bdist_egg --dist-dir /var/folders/kf/1wts3l_s1wb1k46xd5mm_vzw0000gn/T/easy_install-j8H2yl/Pillow-4.1.1/egg-dist-tmp-yixcZa


warning: no files found matching '*.sh'


no previously-included directories found matching 'docs/_static'


warning: no previously-included files found matching '.coveragerc'


warning: no previously-included files found matching '.editorconfig'


warning: no previously-included files found matching '.landscape.yaml'


warning: no previously-included files found matching '.travis'


warning: no previously-included files found matching '.travis/*'


warning: no previously-included files found matching 'appveyor.yml'


warning: no previously-included files found matching 'build_children.sh'


warning: no previously-included files found matching 'tox.ini'


warning: no previously-included files matching '.git*' found anywhere in distribution


warning: no previously-included files matching '*.pyc' found anywhere in distribution


warning: no previously-included files matching '*.so' found anywhere in distribution






The headers or library files could not be found for jpeg,


a required dependency when compiling Pillow from source.




Please see the install instructions at:


   https://pillow.readthedocs.io/en/latest/installation.html


_____
Maxim

To post to this group, send email to cauliflower...@googlegroups.com.

Maxim Ermilov

unread,
May 24, 2017, 9:32:58 PM5/24/17
to cauliflower...@googlegroups.com
> now it's getting hung up on a Pillow dependency
Install it from homebrew.
It's only needed for tests

_____
Maxim


_____
Maxim

To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-discuss+unsubscr...@googlegroups.com.

To post to this group, send email to cauliflower...@googlegroups.com.
Visit this group at https://groups.google.com/group/cauliflowervest-discuss.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "cauliflowervest-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-discuss+unsub...@googlegroups.com.
To post to this group, send email to cauliflowervest-discuss@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages