-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
When installing using pip via pip install dataconverters
, you will also have to install at least the following dependencies manually ...
- unicodecsv
- messytables
... to get it to work.
These should be added to setup.py to automate that process.
Using tox
it would be possible to prevent this kind of error in the future, as tox -e py27
would run your unit-tests in a freshly installed virtualenv. If dependencies would be missing, tox would fail to run the tests.
Meta
- Tested on OSX 10.10.2
- python 2.7
Metadata
Metadata
Assignees
Labels
No labels