Tomas Jansson created AIRFLOW-2708:
--------------------------------------

             Summary: Docker description of how to get dev environment up 
doesn't work on OSX
                 Key: AIRFLOW-2708
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2708
             Project: Apache Airflow
          Issue Type: Improvement
          Components: Documentation
            Reporter: Tomas Jansson


I was trying to set up a docker development environment as described here: 
[https://github.com/apache/incubator-airflow/blob/master/CONTRIBUTING.md.]

 

This failed with the following error:
{code:java}
 
Failure: ImportError (No module named unittest2) ... ERROR
======================================================================
ERROR: Failure: ImportError (No module named unittest2)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/usr/local/lib/python2.7/site-packages/nose/loader.py", line 418, in 
loadTestsFromName
 addr.filename, addr.module)
 File "/usr/local/lib/python2.7/site-packages/nose/importer.py", line 47, in 
importFromPath
 return self.importFromDir(dir_path, fqname)
 File "/usr/local/lib/python2.7/site-packages/nose/importer.py", line 94, in 
importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File "/airflow/tests/__init__.py", line 25, in <module>
 from .configuration import *
 File "/airflow/tests/configuration.py", line 33, in <module>
 import unittest2 as unittest
ImportError: No module named unittest2
-------------------- >> begin captured logging << --------------------
{code}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to