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

Issue installing as a dependency #35

Closed
winningwithchase opened this issue Oct 11, 2016 · 2 comments
Closed

Issue installing as a dependency #35

winningwithchase opened this issue Oct 11, 2016 · 2 comments

Comments

@winningwithchase
Copy link

12:34:47 Downloading createsend-4.2.0.tar.gz (159kB)
12:34:47 Complete output from command python setup.py egg_info:
12:34:47 Traceback (most recent call last):
12:34:47 File "", line 20, in
12:34:47 File "/tmp/pip-build-RzioYi/createsend/setup.py", line 5, in
12:34:47 from createsend.createsend import version
12:34:47 File "createsend/init.py", line 1, in
12:34:47 from .createsend import *
12:34:47 File "createsend/createsend.py", line 6, in
12:34:47 from six import BytesIO
12:34:47 ImportError: No module named six

^^ got this from one of my Jenkins jobs installing the setup.py file for a service that uses "createsend" as a dependency

@jdennes
Copy link
Contributor

jdennes commented Jul 1, 2017

@jdennes jdennes closed this as completed Jul 1, 2017
@jbub
Copy link

jbub commented Jul 4, 2017

Install is still failing with 4.2.2 on pypi:

Collecting createsend
  Downloading createsend-4.2.2.tar.gz (160kB)
    100% |████████████████████████████████| 163kB 2.4MB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/my/cvndjd3s70z22zmybwh59rvc0000gn/T/pip-build-EzVTCF/createsend/setup.py", line 3, in <module>
        from createsend.createsend import __version__
      File "createsend/__init__.py", line 8, in <module>
        from createsend.createsend import *
      File "createsend/createsend.py", line 12, in <module>
        from createsend.utils import VerifiedHTTPSConnection, json_to_py, get_faker
    ImportError: No module named utils

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