nanomsg/nnpy

Pypi package is broken

evadot opened this issue · 1 comments

The package seems broken :
pip install nnpy
...
Installed /tmp/pip-build-d7cwxvvy/nnpy/.eggs/pycparser-2.14-py3.4.egg
error in nnpy setup command: 'generate.py' does not name an existing file
...

From a freshly downloaded tarball :
tar -tzf /home/elbarto/nnpy-0.9.tar.gz

nnpy-0.9/
nnpy-0.9/nnpy/
nnpy-0.9/nnpy/constants.py
nnpy-0.9/nnpy/socket.py
nnpy-0.9/nnpy/init.py
nnpy-0.9/PKG-INFO
nnpy-0.9/setup.cfg
nnpy-0.9/README.rst
nnpy-0.9/setup.py
nnpy-0.9/nnpy.egg-info/
nnpy-0.9/nnpy.egg-info/PKG-INFO
nnpy-0.9/nnpy.egg-info/dependency_links.txt
nnpy-0.9/nnpy.egg-info/SOURCES.txt
nnpy-0.9/nnpy.egg-info/top_level.txt
nnpy-0.9/nnpy.egg-info/requires.txt

generate.py doesn't seems to exists.

djc commented

Thanks for the report, it should be better now!