Coder Social home page Coder Social logo

python-emarsys's Introduction

python-emarsys

Emarsys REST API wrapper for Python

python-emarsys's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

python-emarsys's Issues

pip install fails

pip install fails because setup.py requires requests, which isn't installed in a fresh virtualenv.

I can take over maintainership of this code if you want.

To reproduce:

$ mkvirtualenv emarsys-test
New python executable in emarsys-test/bin/python
Installing Setuptools..............................................................................................................................................................................................................................done.
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
virtualenvwrapper.user_scripts creating /home/markus/.virtualenvs/emarsys-test/bin/predeactivate
virtualenvwrapper.user_scripts creating /home/markus/.virtualenvs/emarsys-test/bin/postdeactivate
virtualenvwrapper.user_scripts creating /home/markus/.virtualenvs/emarsys-test/bin/preactivate
virtualenvwrapper.user_scripts creating /home/markus/.virtualenvs/emarsys-test/bin/postactivate
virtualenvwrapper.user_scripts creating /home/markus/.virtualenvs/emarsys-test/bin/get_env_details
$ pip install python-emarsys
Downloading/unpacking python-emarsys
  Using download cache from /home/markus/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-emarsys%2Fpython-emarsys-0.1.tar.gz
  Running setup.py egg_info for package python-emarsys
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/markus/.virtualenvs/emarsys-test/build/python-emarsys/setup.py", line 4, in <module>
        import emarsys
      File "emarsys/__init__.py", line 17, in <module>
        from .api import Emarsys
      File "emarsys/api.py", line 20, in <module>
        import requests
    ImportError: No module named requests
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/home/markus/.virtualenvs/emarsys-test/build/python-emarsys/setup.py", line 4, in <module>

    import emarsys

  File "emarsys/__init__.py", line 17, in <module>

    from .api import Emarsys

  File "emarsys/api.py", line 20, in <module>

    import requests

ImportError: No module named requests

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/markus/.virtualenvs/emarsys-test/build/python-emarsys
Storing complete log in /home/markus/.pip/pip.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.