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

Install requires should include 'six' #18

Closed
peterbe opened this issue Nov 14, 2018 · 2 comments
Closed

Install requires should include 'six' #18

peterbe opened this issue Nov 14, 2018 · 2 comments

Comments

@peterbe
Copy link

peterbe commented Nov 14, 2018

I just wanted to give it a quick test in a fresh new 3.6 virtualenv:

▶ pip install pypeln
Collecting pypeln
  Downloading https://files.pythonhosted.org/packages/e4/e7/49cffe147b72ebcf4dd7964f409c5b225f2173265b0c12fa9e3fe295d956/pypeln-0.1.6.tar.gz
Building wheels for collected packages: pypeln
  Running setup.py bdist_wheel for pypeln ... done
  Stored in directory: /Users/peterbe/Library/Caches/pip/wheels/08/f7/35/53e47573a9e6893ceca469c0a8115cee5b33672cefe12c50bd
Successfully built pypeln
Installing collected packages: pypeln
Successfully installed pypeln-0.1.6

▶ python dummy.py
Traceback (most recent call last):
  File "dummy.py", line 1, in <module>
    from pypeln import thread as th
  File "/private/tmp/venv/lib/python3.6/site-packages/pypeln/__init__.py", line 10, in <module>
    from . import thread
  File "/private/tmp/venv/lib/python3.6/site-packages/pypeln/thread.py", line 143, in <module>
    from six.moves.queue import Queue, Empty, Full
ModuleNotFoundError: No module named 'six'
@cgarciae
Copy link
Owner

@peterbe Hey, thanks for reporting! I'll include it in the next release!

@cgarciae
Copy link
Owner

Change made in develop branch.

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