-
Notifications
You must be signed in to change notification settings - Fork 331
Closed
Description
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
- Create a new virtualenv without any site-packages
- Clone the repo
- Run
python setup.py sdist
Checked out commit 99145195967e20bfedb364e451912e88d251d7e1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels