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

Setup.py missing Manifest for build #1

Open
alericmckearn opened this issue May 23, 2017 · 4 comments
Open

Setup.py missing Manifest for build #1

alericmckearn opened this issue May 23, 2017 · 4 comments

Comments

@alericmckearn
Copy link

Traceback (most recent call last):
File "test.py", line 4, in
import deepstreampy
File "build/bdist.linux-x86_64/egg/deepstreampy/init.py", line 5, in
File "build/bdist.linux-x86_64/egg/deepstreampy/client.py", line 4, in
ImportError: No module named message

I changed setup.py to
setup(name='deepstreampy',
version='0.1.1',
packages=find_packages(),
author='Yavor Paunov',
author_email='[email protected]',
description='A deepstream.io client.',
license='MIT',
url='https://www.github.com/YavorPaunov/deepstreampy',
# packages=['deepstreampy', 'tests', 'features'],
long_description=read('README.md'),
test_suite='tests')

It looks like it is missing a manifest file to make the original code work.

@charleswhchan
Copy link
Contributor

charleswhchan commented Jun 19, 2017

I was able to install the latest using the following command without error:
pip install git+https://github.com/YavorPaunov/deepstreampy

However, when I use the client, the deepstreampy.message submodule is not found

Traceback (most recent call last):
  File "/home/linuxmint/work/deepstream/deepstream_client.py", line 1, in <module>
    from deepstreampy.client import Client
  File "/home/linuxmint/work/deepstream-venv/local/lib/python2.7/site-packages/deepstreampy/__init__.py", line 5, in <module>
    from deepstreampy.client import connect
  File "/home/linuxmint/work/deepstream-venv/local/lib/python2.7/site-packages/deepstreampy/client.py", line 4, in <module>
    from deepstreampy.message import connection
ImportError: No module named message

charleswhchan added a commit to charleswhchan/deepstreampy that referenced this issue Jun 19, 2017
charleswhchan added a commit to charleswhchan/deepstreampy that referenced this issue Jun 19, 2017
charleswhchan added a commit to charleswhchan/deepstreampy that referenced this issue Jun 19, 2017
charleswhchan added a commit to charleswhchan/deepstreampy that referenced this issue Jun 19, 2017
charleswhchan added a commit to charleswhchan/deepstreampy that referenced this issue Jun 19, 2017
YavorPaunov added a commit that referenced this issue Jun 20, 2017
@charleswhchan
Copy link
Contributor

Since PR#2 has been merged. Can someone try this again and see if this issue can be closed? Thanks.

@Allan-Nava
Copy link

it works with python 3.7?

@Allan-Nava
Copy link

https://pypi.org/YavorPaunov/deepstreampy is possible to have in pip package?

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

3 participants