Skip to content

Creating a source distribution fails because of missing dependencies #3

@westfeld

Description

@westfeld

After cloning the HEAD of this repo, I tried to build a distribution package by calling python setup.py sdist it failed with the following output:

Traceback (most recent call last):
  File "setup.py", line 24, in <module>
    execfile('./ebaysdk/__init__.py')
  File "./ebaysdk/__init__.py", line 3, in <module>
    import yaml, pycurl, urllib
ImportError: No module named yaml

It is correct that I have not yet installed the PyYaml and the pycurl packages, however the requirements section in the setup.py file should take care of that. Directly installing from github.com with pip install git+git:// gives the same result.

Steps to reproduce

  1. Create a new virtualenv without any site-packages
  2. Clone the repo
  3. Run python setup.py sdist

Checked out commit 99145195967e20bfedb364e451912e88d251d7e1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions