Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build hangs on OSX 10.9 with xcode dp tools installed #338

Closed
pastephens opened this issue Sep 27, 2013 · 0 comments
Closed

build hangs on OSX 10.9 with xcode dp tools installed #338

pastephens opened this issue Sep 27, 2013 · 0 comments

Comments

@pastephens
Copy link

Here is the pip log:


/usr/local/bin/pip run on Fri Sep 27 13:03:41 2013
Requirement already satisfied (use --upgrade to upgrade): mezzanine in /Library/Python/2.7/site-packages

Requirement already satisfied (use --upgrade to upgrade): django>=1.4,<1.6 in /Library/Python/2.7/site-packages (from mezzanine)

Requirement already satisfied (use --upgrade to upgrade): filebrowser-safe>=0.2.27 in /Library/Python/2.7/site-packages (from mezzanine)

Requirement already satisfied (use --upgrade to upgrade): grappelli-safe>=0.2.22 in /Library/Python/2.7/site-packages (from mezzanine)

Requirement already satisfied (use --upgrade to upgrade): html5lib==0.95 in /Library/Python/2.7/site-packages (from mezzanine)

Requirement already satisfied (use --upgrade to upgrade): bleach in /Library/Python/2.7/site-packages (from mezzanine)

Requirement already satisfied (use --upgrade to upgrade): pytz>=2013b in /Library/Python/2.7/site-packages (from mezzanine)

Requirement already satisfied (use --upgrade to upgrade): requests==1.2.3 in /Library/Python/2.7/site-packages (from mezzanine)

Requirement already satisfied (use --upgrade to upgrade): requests-oauthlib>0.3.2,<0.4 in /Library/Python/2.7/site-packages (from mezzanine)

Downloading/unpacking pillow (from mezzanine)

Getting page https://pypi.python.org/simple/pillow/
URLs to search for versions for pillow (from mezzanine):

Cleaning up...

Removing temporary dir /private/tmp/pip_build_root...
Operation cancelled by user

Exception information:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip-1.4.1-py2.7.egg/pip/basecommand.py", line 134, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip-1.4.1-py2.7.egg/pip/commands/install.py", line 241, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/Library/Python/2.7/site-packages/pip-1.4.1-py2.7.egg/pip/req.py", line 1298, in install
requirement.install(install_options, global_options, _args, *_kwargs)
File "/Library/Python/2.7/site-packages/pip-1.4.1-py2.7.egg/pip/req.py", line 625, in install
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
File "/Library/Python/2.7/site-packages/pip-1.4.1-py2.7.egg/pip/util.py", line 645, in call_subprocess
line = console_to_str(stdout.readline())
KeyboardInterrupt

radarhere added a commit to radarhere/Pillow that referenced this issue Sep 24, 2023
…gress

Add concurrency so old workflows are cancelled in favour of new ones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants