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

Installation Problems under Mac OS X #2

Open
richtera opened this issue Sep 24, 2013 · 1 comment
Open

Installation Problems under Mac OS X #2

richtera opened this issue Sep 24, 2013 · 1 comment

Comments

@richtera
Copy link

I am getting

 Running setup.py egg_info for package python-rexster
    /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'
      warnings.warn(msg)
    /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
      warnings.warn(msg)
    /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
      warnings.warn(msg)
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: -c --help [cmd1 cmd2 ...]
       or: -c --help-commands
       or: -c cmd --help

    error: invalid command 'egg_info'

Not sure if this is caused by me using the homebrew python or something else? I have used a whole bunch of other python modules, so I wasn't sure what specifically to look at. Sorry if this has nothing to do with python-rexster specifically.

@versae
Copy link
Member

versae commented Sep 24, 2013

I'd like to help you, but I don't have a Mac with me to test. On Ubuntu I see this:

$ pip install python-rexster
Downloading/unpacking python-rexster
  Downloading python-rexster-0.1.1.tar.gz
  Running setup.py egg_info for package python-rexster

Requirement already satisfied (use --upgrade to upgrade): requests in ./.virtualenvs/test/lib/python2.7/site-packages (from python-rexster)
Downloading/unpacking simplejson (from python-rexster)
  Downloading simplejson-3.3.0.tar.gz (67kB): 67kB downloaded
  Running setup.py egg_info for package simplejson

Installing collected packages: python-rexster, simplejson
  Running setup.py install for python-rexster

  Running setup.py install for simplejson
    building 'simplejson._speedups' extension
    i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-i686-2.7/simplejson/_speedups.o
    i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-i686-2.7/simplejson/_speedups.o -o build/lib.linux-i686-2.7/simplejson/_speedups.so

Successfully installed python-rexster simplejson
Cleaning up...

Which looks like everytinhg went good. The packaged is kind of old, though, maybe that's the problem?

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