Skip to content

No local packages or download links found for ws4py==0.2.4 #31

@nwwells

Description

@nwwells
> python setup.py install                                                                                                                                                                                                                                                               running install
Checking .pth file support in /Library/Python/2.7/site-packages/
/usr/bin/python -E -c pass
TEST PASSED: /Library/Python/2.7/site-packages/ appears to support .pth files
running bdist_egg
running egg_info
creating wssh.egg-info
writing requirements to wssh.egg-info/requires.txt
writing wssh.egg-info/PKG-INFO
writing top-level names to wssh.egg-info/top_level.txt
writing dependency_links to wssh.egg-info/dependency_links.txt
writing entry points to wssh.egg-info/entry_points.txt
writing manifest file 'wssh.egg-info/SOURCES.txt'
reading manifest file 'wssh.egg-info/SOURCES.txt'
writing manifest file 'wssh.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.12-intel/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/wssh
copying wssh/__init__.py -> build/lib/wssh
copying wssh/client.py -> build/lib/wssh
copying wssh/common.py -> build/lib/wssh
copying wssh/server.py -> build/lib/wssh
creating build/bdist.macosx-10.12-intel
creating build/bdist.macosx-10.12-intel/egg
creating build/bdist.macosx-10.12-intel/egg/wssh
copying build/lib/wssh/__init__.py -> build/bdist.macosx-10.12-intel/egg/wssh
copying build/lib/wssh/client.py -> build/bdist.macosx-10.12-intel/egg/wssh
copying build/lib/wssh/common.py -> build/bdist.macosx-10.12-intel/egg/wssh
copying build/lib/wssh/server.py -> build/bdist.macosx-10.12-intel/egg/wssh
byte-compiling build/bdist.macosx-10.12-intel/egg/wssh/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.12-intel/egg/wssh/client.py to client.pyc
byte-compiling build/bdist.macosx-10.12-intel/egg/wssh/common.py to common.pyc
byte-compiling build/bdist.macosx-10.12-intel/egg/wssh/server.py to server.pyc
creating build/bdist.macosx-10.12-intel/egg/EGG-INFO
copying wssh.egg-info/PKG-INFO -> build/bdist.macosx-10.12-intel/egg/EGG-INFO
copying wssh.egg-info/SOURCES.txt -> build/bdist.macosx-10.12-intel/egg/EGG-INFO
copying wssh.egg-info/dependency_links.txt -> build/bdist.macosx-10.12-intel/egg/EGG-INFO
copying wssh.egg-info/entry_points.txt -> build/bdist.macosx-10.12-intel/egg/EGG-INFO
copying wssh.egg-info/requires.txt -> build/bdist.macosx-10.12-intel/egg/EGG-INFO
copying wssh.egg-info/top_level.txt -> build/bdist.macosx-10.12-intel/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/wssh-0.1.0-py2.7.egg' and adding 'build/bdist.macosx-10.12-intel/egg' to it
removing 'build/bdist.macosx-10.12-intel/egg' (and everything under it)
Processing wssh-0.1.0-py2.7.egg
Copying wssh-0.1.0-py2.7.egg to /Library/Python/2.7/site-packages
Adding wssh 0.1.0 to easy-install.pth file
Installing wssh script to /usr/local/bin

Installed /Library/Python/2.7/site-packages/wssh-0.1.0-py2.7.egg
Processing dependencies for wssh==0.1.0
Searching for gevent==0.13.6
Reading https://pypi.python.org/simple/gevent/
Best match: gevent 0.13.6
Downloading https://pypi.python.org/packages/14/83/37f998c61406cb765264db8b68a24296e1f40d05a57b18dbfafa0883b5bd/gevent-0.13.6.tar.gz#md5=7c836ce2315d44ba0af6134efbcd38c9
Processing gevent-0.13.6.tar.gz
Writing /tmp/easy_install-ovRlcN/gevent-0.13.6/setup.cfg
Running gevent-0.13.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ovRlcN/gevent-0.13.6/egg-dist-tmp-DMqGBD
gevent/core.c:4208:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5296:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5332:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5459:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5646:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5689:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5732:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5793:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5853:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5886:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5959:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6422:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6580:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6738:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6896:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:16161:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:21886:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                ^
gevent/core.c:21297:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function]
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) {
                                   ^
gevent/core.c:21335:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function]
static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) {
                                  ^
gevent/core.c:21354:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function]
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) {
                          ^
gevent/core.c:21411:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function]
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) {
                                 ^
gevent/core.c:21430:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function]
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) {
                                  ^
gevent/core.c:21449:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function]
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) {
                                ^
gevent/core.c:21468:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) {
                         ^
gevent/core.c:21592:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) {
                                  ^
gevent/core.c:21662:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) {
                                         ^
26 warnings generated.
gevent/core.c:4208:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5296:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5332:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5459:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5646:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5689:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5732:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5793:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5853:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5886:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:5959:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6422:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6580:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6738:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:6896:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:7214:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
    __pyx_r = evbuffer_get_length(((struct __pyx_obj_6gevent_4core_buffer *)__pyx_v_self)->__pyx___obj);
            ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gevent/core.c:16161:14: warning: explicitly assigning value of variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
gevent/core.c:21886:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                ^
gevent/core.c:21297:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function]
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) {
                                   ^
gevent/core.c:21335:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function]
static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) {
                                  ^
gevent/core.c:21354:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function]
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) {
                          ^
gevent/core.c:21411:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function]
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) {
                                 ^
gevent/core.c:21430:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function]
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) {
                                  ^
gevent/core.c:21449:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function]
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) {
                                ^
gevent/core.c:21468:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) {
                         ^
gevent/core.c:21592:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) {
                                  ^
gevent/core.c:21662:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) {
                                         ^
27 warnings generated.
ld: warning: ignoring file /usr/local/lib/libevent.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libevent.dylib
Linking /private/tmp/easy_install-ovRlcN/gevent-0.13.6/build/lib.macosx-10.12-intel-2.7/gevent/core.so to /private/tmp/easy_install-ovRlcN/gevent-0.13.6/gevent/core.so
zip_safe flag not set; analyzing archive contents...
Copying gevent-0.13.6-py2.7-macosx-10.12-intel.egg to /Library/Python/2.7/site-packages
Adding gevent 0.13.6 to easy-install.pth file

Installed /Library/Python/2.7/site-packages/gevent-0.13.6-py2.7-macosx-10.12-intel.egg
Searching for ws4py==0.2.4
Reading https://pypi.python.org/simple/ws4py/
No local packages or download links found for ws4py==0.2.4
error: Could not find suitable distribution for Requirement.parse('ws4py==0.2.4')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions