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

Borked python lib? #3380

Closed
giftig opened this issue Apr 26, 2016 · 3 comments
Closed

Borked python lib? #3380

giftig opened this issue Apr 26, 2016 · 3 comments

Comments

@giftig
Copy link

giftig commented Apr 26, 2016

I'm trying to use docker-compose on Mac OSX (Mountain Lion) but I get an error I don't seem to be able to find any information about when I run the binary (with any arguments, or none)

Error loading Python lib '/var/folders/3n/s02xvfqx03bf8hp21tp_tktr0000gp/T/_MEIoO5xBX/.Python': dlopen(/var/folders/3n/s02xvfqx03bf8hp21tp_tktr0000gp/T/_MEIoO5xBX/.Python, 10): Symbol not found: ___sincos_stret
  Referenced from: /var/folders/3n/s02xvfqx03bf8hp21tp_tktr0000gp/T/_MEIoO5xBX/.Python
  Expected in: /usr/lib/libSystem.B.dylib
 in /var/folders/3n/s02xvfqx03bf8hp21tp_tktr0000gp/T/_MEIoO5xBX/.Python

I'm guessing this is more a problem with my environment than with compose, but I'm not sure what's causing this lib issue as I couldn't find anything for ___sincos_stret related to docker on google.

@dnephin
Copy link

dnephin commented Apr 29, 2016

OSX Mountain Lion is no longer supported by the binary install. We build on a newer version of OSX.

You can use one of the alternative install options: https://docs.docker.com/compose/install/#alternative-install-options

@giftig
Copy link
Author

giftig commented Apr 29, 2016

Thanks. Meta-option, of course...
screen shot 2016-04-29 at 17 56 13

@giftig giftig closed this as completed Apr 29, 2016
@werleo
Copy link

werleo commented Aug 12, 2016

@dnephin This information is missing on installation guide.

https://docs.docker.com/toolbox/toolbox_install_mac/#/step-1-check-your-version

it says:

Your Mac must be running OS X 10.8 “Mountain Lion” or newer to run Docker software.

I have the same problem with Python on osx 10.8 and fresh installation going step by step with guide above.

milas pushed a commit to milas/compose that referenced this issue Feb 24, 2023
KDE's text editor, kate, uses a file similar to Vim's .swp files. Ignore
these files so we don't rebuild on every keypress.

Fixes docker#3378
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants