GithubHelp home page GithubHelp logo

Comments (14)

shedd avatar shedd commented on July 28, 2024

I tried a couple of things and found that this solution works: http://stackoverflow.com/a/19400718/139934

I ran:

$ wget http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py

(Note that I needed to use sudo on distribute_setup)

Once I installed that, fig started working. grrr - another frustrating pip experience!

Is this the "right" solution to this problem?

from compose.

bfirsh avatar bfirsh commented on July 28, 2024

We're hopefully going to be shipping OS X binaries and Ubuntu debs soon to avoid all this mess. (See #25)

from compose.

bfirsh avatar bfirsh commented on July 28, 2024

@shedd could you give this binary a try?

http://static.orchardup.com.s3.amazonaws.com/binaries/fig/Darwin/x86_64/0.2.0/fig

You can stick it in /usr/local/bin or whatever to get it on your path. Do you think you'd prefer to use a binary over pip?

from compose.

shedd avatar shedd commented on July 28, 2024

Sure, I'll give that a try - thanks! Given all of the problems I've had with pip, I think a binary does make more sense. Thanks.

from compose.

cezary-biernacki avatar cezary-biernacki commented on July 28, 2024

I had the same problem and fixed it by running

sudo pip install --upgrade distribute

I guess it was caused by a bug in previous versions in distribute or setuptools.

from compose.

KyleAMathews avatar KyleAMathews commented on July 28, 2024

Running sudo pip install --upgrade distribute solved the same problem for me.

from compose.

morgante avatar morgante commented on July 28, 2024

None of the proposed solutions worked for me. Still getting this error—any progress on a binary?

from compose.

bfirsh avatar bfirsh commented on July 28, 2024

@morgante give this a try: https://s3.amazonaws.com/static.orchardup.com/binaries/fig/Darwin/x86_64/fig-0.2.2

Should all work. We should be shipping a final version of it today.

from compose.

morgante avatar morgante commented on July 28, 2024

@bfirsh: That link 404s for me.

from compose.

bfirsh avatar bfirsh commented on July 28, 2024

@morgante Oops, sorry – fixed

from compose.

morgante avatar morgante commented on July 28, 2024

Looks good, thanks!

from compose.

xixuebin avatar xixuebin commented on July 28, 2024

fix it with

sudo pip install --upgrade distribute  

from compose.

 avatar commented on July 28, 2024

sudo pip install --upgrade distribute works for me

from compose.

liusongsen avatar liusongsen commented on July 28, 2024

遇到这个问题,我就直接通过二进制包方式安装了:

发布的二进制包可以在 https://github.com/docker/compose/releases 找到。

下载后直接放到执行路径即可。

例如,在常见的 Linux 平台上。

$ sudo curl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s-uname -m` > /usr/local/bin/docker-compose
$ sudo chmod a+x /usr/local/bin/docker-compose

from compose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.