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

Add typing to dependencies #3

Closed
wants to merge 1 commit into from

Conversation

natruiz3555
Copy link

After installing this module (version 0.5.0) from PyPI on Debian Stretch, I got the following error:

>>> import greenstalk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/user/programming/queue-test/venv/lib/python3.4/site-packages/greenstalk.py", line 2, in <module>
    from typing import Any, BinaryIO, Dict, Iterable, List, Optional, Tuple, Union
ImportError: No module named 'typing'

After installing the typing module (at version 3.6.1) it worked fine.

@codecov-io
Copy link

codecov-io commented Jul 13, 2017

Codecov Report

Merging #3 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #3   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         161    161           
=====================================
  Hits          161    161

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b268f78...56e8e10. Read the comment docs.

@natruiz3555
Copy link
Author

Oops, I was running Debian Jessie with Python 3.4.2...

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

Successfully merging this pull request may close these issues.

None yet

2 participants